The Rotate Method is available in LEADTOOLS Document and Medical Imaging toolkits.
- angle
- The angle of rotation in degrees.
- origin
- An AnnPoint structure that represents the center of the rotation.
Visual Basic (Declaration) | |
---|---|
Overrides Public Sub Rotate( _ ByVal angle As Single, _ ByVal origin As AnnPoint _ ) |
Visual Basic (Usage) | Copy Code |
---|---|
Dim instance As AnnGroupObject Dim angle As Single Dim origin As AnnPoint instance.Rotate(angle, origin) |
Parameters
- angle
- The angle of rotation in degrees.
- origin
- An AnnPoint structure that represents the center of the rotation.
The AnnGroupObject will rotate all objects in the group. For more information, refer to AnnObject.Rotate.
Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7