The RotateCenter Property is available in LEADTOOLS Document and Medical Imaging toolkits.
The location of the rotate center control point.| Visual Basic (Declaration) | |
|---|---|
Public Overridable Property RotateCenter As AnnPoint | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As AnnObject Dim value As AnnPoint instance.RotateCenter = value value = instance.RotateCenter | |
| C# | |
|---|---|
public virtual AnnPoint RotateCenter {get; set;} | |
| C++/CLI | |
|---|---|
public: virtual property AnnPoint RotateCenter { AnnPoint get(); void set ( AnnPoint value); } | |
Property Value
The location of the rotate center 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
Copy Code