This property retrieves the angle of the selected object.
[Visual Basic] Public ReadOnly Property
SelectedObjectAngle As Single
[C#] public float SelectedObjectAngle
{get;}
Property Value
A value representing the angle of the object. (In C#, this value
is a float. In VB, this value is a single)
Default value is 0.
Explanation
The SelectedObjectAngle property retrieves the angle of the selected object. If the selected object is a polyline, polygon, or pen object then this property value will be 0. (These objects are drawn with a location and coordinate information only. Angle information is ignored.)
When the EditKind property is set to a value other than KindOfEdit.Select or when no objects have been selected, this property value will be 0.
Also See
ImageKit.Edit Members | Newtone.ImageKit.Win.ImageKit