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




In This Topic
    DirectionAngle Property
    In This Topic
    Gets or sets angle that specifies light direction in degrees, clockwise. Angle of 0.0 corresponds to 'North' direction in the image plane.
    Syntax
    'Declaration
     
    Public Property DirectionAngle As Double
    'Usage
     
    Dim instance As ImGearSpotlight
    Dim value As Double
     
    instance.DirectionAngle = value
     
    value = instance.DirectionAngle
    public double DirectionAngle {get; set;}
    public: __property double get_DirectionAngle();
    public: __property void set_DirectionAngle( 
       double value
    );
    public:
    property double DirectionAngle {
       double get();
       void set (    double value);
    }

    Property Value

    Double value.
    Remarks
    This property specifies the light direction in degrees, clockwise. Angle of 0.0 corresponds to 'North' direction in the image plane.
    See Also