←Select platform

GetRotateCenterPoint Method

Summary

Gets the location of the rotate center thumb for the selected object, in annotation coordinates.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
protected virtual LeadPointD GetRotateCenterPoint() 
<SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1024:UsePropertiesWhereAppropriate",  
   Scope="",  
   Target="",  
   MessageId="",  
   Justification="")> 
Protected Overridable Function GetRotateCenterPoint() As Leadtools.LeadPointD 
[SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1024:UsePropertiesWhereAppropriate",  
   Scope="",  
   Target="",  
   MessageId="",  
   Justification="")] 
protected virtual Leadtools.LeadPointD GetRotateCenterPoint() 
@property (nonatomic, assign, readonly) LeadPointD rotateCenterPoint 
protected LeadPointD getRotateCenterPoint() 
SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1024:UsePropertiesWhereAppropriate",  
   Scope="",  
   Target="",  
   MessageId="",  
   Justification="") 
 function Leadtools.Annotations.Designers.AnnEditDesigner.GetRotateCenterPoint() 
protected:  
   virtual LeadPointD^ GetRotateCenterPoint() 

Return Value

The location of the rotate center thumb for the selected object, in annotation coordinates.

Remarks

The selected object has two rotate thumbs:

  • Rotate center thumb
  • Rotate gripper thumb

This property returns the location of the rotate center thumb in annotation coordinates.

For more information, refer to Annotation Rotation Options.

Example

For more information and an example, refer to Implement User Defined Objects with LEADTOOLS Annotations

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.Designers Assembly