Error processing SSI file
LEADTOOLS Image Processing (Leadtools.ImageProcessing.SpecialEffects assembly)

Show in webframe

Angle Property (LightCommandData)








Gets or sets the angle by which to rotate the ellipse that represents the light.
Syntax
public int Angle {get; set;}
'Declaration
 
Public Property Angle As Integer
'Usage
 
Dim instance As LightCommandData
Dim value As Integer
 
instance.Angle = value
 
value = instance.Angle
public int Angle {get; set;}

            

            
 
get_Angle();
set_Angle(value);
Object.defineProperty('Angle');
public:
property int Angle {
   int get();
   void set (    int value);
}

Property Value

Angle by which to rotate the ellipse that represents the light. This value is given in hundredths of a degree (+/-). This can be a number from 0 to 36,000. A positive value will rotate the ellipse clockwise, while a negative value will rotate the ellipse counter-clockwise.
Example
Refer to LightCommand.
Requirements

Target Platforms

See Also

Reference

LightCommandData Structure
LightCommandData Members

Error processing SSI file