Gets the rotate center control point location of the selected object in object coordinates.
public virtual AnnPoint RotateCenterControlPointLocation { get; }
Public Overridable ReadOnly Property RotateCenterControlPointLocation As Leadtools.Annotations.AnnPoint
public:
virtual property Leadtools.Annotations.AnnPoint RotateCenterControlPointLocation {
Leadtools.Annotations.AnnPoint get();
}
The rotate center control point location of the selected object in object coordinates.
The selected object has two rotate control points:
This property returns the location of the rotate center control point in object coordinates. To convert to container coordinates, multiply by the PhysicalTransform. For more information, refer to New Annotation Features of Version 14.5 (Deprecated).
For an example, refer to RotateGripperControlPointLocation.
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET