←Select platform

Angle Property

Summary

A property to be updated with the orientation angle of the object's axis.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public int Angle { get; } 
Public ReadOnly Property Angle As Integer 
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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly