ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorView Class / MaxLights Property




In This Topic
    MaxLights Property
    In This Topic
    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