ImageGear .NET v24.12 - Updated
DirectionAngle Property




ImageGear24.Processing.Advanced Assembly > ImageGear.Processing Namespace > ImGearSpotlight Class : DirectionAngle Property
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

Reference

ImGearSpotlight Class
ImGearSpotlight Members