(Leadtools.Annotations.Core)

Rotate Method (AnnObject)

Show in webframe





The angle (extent) of the rotation in degrees.
A Leadtools.LeadPointD object that represents the center of the rotation.
Rotates the AnnObject around a point.
Syntax
public virtual void Rotate( 
   double angle,
   LeadPointD origin
)
Public Overridable Sub Rotate( _
   ByVal angle As Double, _
   ByVal origin As LeadPointD _
) 
public virtual void Rotate( 
   double angle,
   LeadPointD origin
)
-(void) rotateWithAngle:(double)angle
                atPoint:(LeadPointD)ptOrg;
            
public void rotate(
   double angle,
   LeadPointD origin
)
            
 function Leadtools.Annotations.Core.AnnObject.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

AnnObject Class
AnnObject Members

 

 


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