LEADTOOLS Annotations (Leadtools.Annotations assembly)
LEAD Technologies, Inc

Rotate Method (AnnGroupObject)






The angle of rotation in degrees.
An AnnPoint structure that represents the center of the rotation.
Rotates the transformation matrix of this AnnGroupObject object around a point.
Syntax
public override void Rotate( 
   float angle,
   AnnPoint origin
)
'Declaration
 
Public Overrides Sub Rotate( _
   ByVal angle As Single, _
   ByVal origin As AnnPoint _
) 
'Usage
 
Dim instance As AnnGroupObject
Dim angle As Single
Dim origin As AnnPoint
 
instance.Rotate(angle, origin)
public override void Rotate( 
   float angle,
   AnnPoint origin
)
 function Leadtools.Annotations.AnnGroupObject.Rotate( 
   angle ,
   origin 
)
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: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices

© 2006-2012 All Rights Reserved. LEAD Technologies, Inc.