ImageGear .NET v25.2 - Updated
ImageGear.Formats.Vector Assembly / ImageGear.Vector Namespace / ImGearVectorLightSource Class / CutoffAngle Property




In This Topic
    CutoffAngle Property
    In This Topic
    Gets or sets a spotlight angle of the light source.
    Syntax
    'Declaration
     
    Public Property CutoffAngle As Single
    'Usage
     
    Dim instance As ImGearVectorLightSource
    Dim value As Single
     
    instance.CutoffAngle = value
     
    value = instance.CutoffAngle
    public float CutoffAngle {get; set;}
    public: __property float get_CutoffAngle();
    public: __property void set_CutoffAngle( 
       float value
    );
    public:
    property float CutoffAngle {
       float get();
       void set (    float value);
    }

    Property Value

    Floating-point value in the range of 0...90 or 180. 180 means that the light is distributed uniformly.
    Remarks
    The default value is 180.
    See Also