←Select platform

RotateCenterControlPointLocation Property

Summary

Gets the rotate center control point location of the selected object in object coordinates.

Syntax

C#
VB
C++
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(); 
} 

Property Value

The rotate center control point location of the selected object in object coordinates.

Remarks

The selected object has two rotate control points:

  • Rotate center control point
  • Rotate gripper control point

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).

Example

For an example, refer to RotateGripperControlPointLocation.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations Assembly