(Leadtools.Annotations.Core)

Rotate Method (AnnTextPointerObject)

Show in webframe





The angle (extent) of the rotation in degrees.
A Leadtools.LeadPointD object that represents the center of the rotation.
Rotates the AnnTextPointerObject 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.AnnTextPointerObject.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

AnnTextPointerObject Class
AnnTextPointerObject Members

 

 


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