ImageGear .NET - Updated November 28, 2017
GetLightSource Method




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

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