←Select platform

GetRotateGripper Method

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public virtual LeadPointD GetRotateGripper() 
<SuppressMessageAttribute(Category="Microsoft.Design",  
   CheckId="CA1024:UsePropertiesWhereAppropriate",  
   Scope="",  
   Target="",  
   MessageId="",  
   Justification="")> 
Public Overridable Function GetRotateGripper() As LeadPointD 
@property (nonatomic, assign, readonly) LeadPointD rotateGripper 
protected LeadPointD getRotateGripper() 
public:  
   virtual LeadPointD^ GetRotateGripper() 

Return Value

The location of the rotate gripper 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 gripper 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 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Designers Assembly