LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly)

Angle Property (ObjectInformationCommand)

Show in webframe







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) int 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

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.