ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / GetLightSource Method
An index of the light source. Must be in the range of (0..MaxLights - 1).




In This Topic
    GetLightSource Method
    In This Topic
    Returns the light source with the specified index.
    Syntax
    'Declaration
     
    Public Function GetLightSource( _
       ByVal index As Integer _
    ) As ImGearVectorLightSource
    'Usage
     
    Dim instance As ImGearVectorView
    Dim index As Integer
    Dim value As ImGearVectorLightSource
     
    value = instance.GetLightSource(index)
    public ImGearVectorLightSource GetLightSource( 
       int index
    )
    public: ImGearVectorLightSource* GetLightSource( 
       int index
    ) 
    public:
    ImGearVectorLightSource^ GetLightSource( 
       int index
    ) 

    Parameters

    index
    An index of the light source. Must be in the range of (0..MaxLights - 1).

    Return Value

    See Also