LEADTOOLS Annotations (Leadtools.Annotations assembly)

Rotate Method (AnnGroupObject)

Show in webframe





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:
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

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.