The RotateGripper Property is available in LEADTOOLS Document and Medical Imaging toolkits.
The location of the rotate gripper control point.Visual Basic (Declaration) | |
---|---|
Public Overridable Property RotateGripper As AnnPoint |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnObject Dim value As AnnPoint instance.RotateGripper = value value = instance.RotateGripper |
C# | |
---|---|
public virtual AnnPoint RotateGripper {get; set;} |
C++/CLI | |
---|---|
public: virtual property AnnPoint RotateGripper { AnnPoint get(); void set ( AnnPoint value); } |
Property Value
The location of the rotate gripper control point.For an example, refer to GripperDistance.
When an AnnObject is selected with an AnnEditDesigner, two rotate control points appear:
- Rotate center control point
- Rotate gripper control point
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7