Gets or sets the location of the rotate center control point.
public LeadPointD RotateCenter { get; set; }
Public Property RotateCenter As Leadtools.LeadPointD
public Leadtools.LeadPointD RotateCenter {get; set;}
@property (nonatomic) LeadPointD rotateCenter;
public LeadPointD getRotateCenter()
public void setRotateCenter(LeadPointD rotateCenter)
get_RotateCenter();
set_RotateCenter(value);
Object.defineProperty('RotateCenter');
public:
property LeadPointD^ RotateCenter
{
LeadPointD^ get()
void set(LeadPointD^ value)
}
The location of the rotate center control point. The default value is calculated from the origin of the current object points.
When an AnnObject is selected, two rotate control points appear:
This property returns the location of the rotate center control point. For more information, refer to Annotation Rotation Options.
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