←Select platform

RotateCenter Property

Summary
Gets or sets the location of the rotate center control point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public LeadPointD RotateCenter { get; set; } 
@property (nonatomic, assign) LeadPointD rotateCenter; 
public LeadPointD getRotateCenter() 
public void setRotateCenter(LeadPointD rotateCenter) 
public:  
   property LeadPointD^ RotateCenter 
   { 
      LeadPointD^ get() 
      void set(LeadPointD^ value) 
   } 
RotateCenter # get and set (AnnObject) 

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:

  1. Rotate center control point
  2. Rotate gripper control point

This property returns the location of the rotate center control point. For more information, refer to Annotation Rotation Options.

Requirements

Target Platforms

See Also

Reference

AnnObject Class

AnnObject Members

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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