Leadtools.Annotations.Core Namespace > AnnObject Class : RotateCenter Property |
public LeadPointD RotateCenter {get; set;}
Public Property RotateCenter As LeadPointD
public LeadPointD RotateCenter {get; set;}
@property (nonatomic) LeadPointD rotateCenter;
public LeadPointD getRotateCenter() public void setRotateCenter(LeadPointD rotateCenter)
get_RotateCenter();
set_RotateCenter(value);
Object.defineProperty('RotateCenter');
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.