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

Show in webframe

Angle Property (ObjectInformationCommand)








A property to be updated with the orientation angle of the object's axis.
Syntax
public int Angle {get;}
'Declaration
 
Public ReadOnly Property Angle As Integer
'Usage
 
Dim instance As ObjectInformationCommand
Dim value As Integer
 
value = instance.Angle
public int Angle {get;}
@property (nonatomic, assign, readonly) NSInteger angle
public int getAngle()
 get_Angle(); 
public:
property int Angle {
   int get();
}

Property Value

A property to be updated with the orientation angle of the object's axis. Valid values are in degrees from -180.00 to 180.00, with negative values produced from clockwise rotation and where 0 is the horizon.
Example
Refer to ObjectInformationCommand.
Requirements

Target Platforms

See Also

Reference

ObjectInformationCommand Class
ObjectInformationCommand Members

Error processing SSI file