ImageGear .NET v25.2 - Updated
ImageGear.Processing.Advanced Assembly / ImageGear.Processing Namespace / ImGearSpotlight Class / OpeningAngle Property




In This Topic
    OpeningAngle Property
    In This Topic
    Gets or sets angle that specifies the width of the spotlight, measured between the edges of the light cone.
    Syntax
    'Declaration
     
    Public Property OpeningAngle As Double
    'Usage
     
    Dim instance As ImGearSpotlight
    Dim value As Double
     
    instance.OpeningAngle = value
     
    value = instance.OpeningAngle
    public double OpeningAngle {get; set;}
    public: __property double get_OpeningAngle();
    public: __property void set_OpeningAngle( 
       double value
    );
    public:
    property double OpeningAngle {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    See Also