ImageGear .NET - Updated
GetLightSource Method




ImageGear24.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).
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

Reference

ImGearVectorView Class
ImGearVectorView Members