RotateCenter Property (original) (raw)
Summary
Gets or sets the location of the rotate center control point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
@property (nonatomic, assign) LeadPointD rotateCenter;
public LeadPointD getRotateCenter()
public void setRotateCenter(LeadPointD rotateCenter)
Property Value
The location of the rotate center control point. The default value is calculated from the origin of the current object points.
Remarks
When an AnnObject is selected, two rotate control points appear:
- Rotate center control point
- Rotate gripper control point
This property returns the location of the rotate center control point. For more information, refer to Annotation Rotation Options.
Leadtools.Annotations.Engine Assembly