LEADTOOLS Annotations (Leadtools.Annotations assembly) Send comments on this topic. | Back to Introduction - All Topics | Help Version 17.0.3.29
Rotate Method
See Also 
Leadtools.Annotations Namespace > AnnGroupObject Class : Rotate Method



angle
The angle of rotation in degrees.
origin
An AnnPoint structure that represents the center of the rotation.

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.
Rotates the transformation matrix of this AnnGroupObject object around a point.

Syntax

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)
C# 
public override void Rotate( 
   float angle,
   AnnPoint origin
)
C++/CLI 
public:
void Rotate( 
   float angle,
   AnnPoint origin
) override 

Parameters

angle
The angle of rotation in degrees.
origin
An AnnPoint structure that represents the center of the rotation.

Remarks

The AnnGroupObject will rotate all objects in the group. For more information, refer to AnnObject.Rotate.

Requirements

Target Platforms: Microsoft .NET Framework 2.0, Windows 2000, Windows XP, Windows Server 2003 family, Windows Server 2008 family, Windows Vista, Windows 7

See Also

Leadtools.Annotations requires a Document or Medical toolkit license and unlock key. For more information, refer to: Imaging Pro/Document/Medical Features