LEADTOOLS Image Processing (Leadtools.ImageProcessing.Effects assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Angle Property
See Also 
Leadtools.ImageProcessing.Effects Namespace > ObjectInformationCommand Class : Angle Property



A property to be updated with the orientation angle of the object's axis. Supported in Silverlight, Windows Phone 7

Syntax

Visual Basic (Declaration) 
Public ReadOnly Property Angle As Integer
Visual Basic (Usage)Copy Code
Dim instance As ObjectInformationCommand
Dim value As Integer
 
value = instance.Angle
C# 
public int Angle {get;}
C++/CLI 
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

Requirements

Target Platforms: Silverlight 3.0, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7, MAC OS/X (Intel Only)

See Also