(Leadtools.Annotations.Core)

Rotate Method (AnnGroupObject)

Show in webframe





The angle (extent) of the rotation in degrees.
A Leadtools.LeadPointD object that represents the center of the rotation.
Rotates the AnnGroupObject around the specified point by the specified number of degrees.
Syntax
public override void Rotate( 
   double angle,
   LeadPointD origin
)
Public Overrides Sub Rotate( _
   ByVal angle As Double, _
   ByVal origin As LeadPointD _
) 
public override void Rotate( 
   double angle,
   LeadPointD origin
)

            
@Override public void rotate(
   double angle,
   LeadPointD origin
)
            
 function Leadtools.Annotations.Core.AnnGroupObject.Rotate( 
   angle ,
   origin 
)

Parameters

angle
The angle (extent) of the rotation in degrees.
origin
A Leadtools.LeadPointD object that represents the center of the rotation.
Requirements

Target Platforms

See Also

Reference

AnnGroupObject Class
AnnGroupObject Members

 

 


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