ImageGear .NET - Updated
MaxLights Property




ImageGear24.Formats.Vector Assembly > ImageGear.Vector Namespace > ImGearVectorView Class : MaxLights Property
Gets total number of available light sources.
Syntax
'Declaration
 
Public ReadOnly Property MaxLights As Integer
'Usage
 
Dim instance As ImGearVectorView
Dim value As Integer
 
value = instance.MaxLights
public int MaxLights {get;}
public: __property int get_MaxLights();
public:
property int MaxLights {
   int get();
}

Property Value

The number of available light sources.
See Also

Reference

ImGearVectorView Class
ImGearVectorView Members