←Select platform

Angle Property

Summary
A property to be updated with the orientation angle of the object's axis.
Syntax
C#
VB
Objective-C
C++
Java
public int Angle { get; } 
Public ReadOnly Property Angle As Integer 
@property (nonatomic, assign, readonly) NSInteger angle 
public int getAngle() 
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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.ImageProcessing.Effects Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.