(Leadtools.Annotations.Core)

Rotate Method (AnnSelectionObject)

Show in webframe





The angle (extent) of the rotation, in degrees.
A Leadtools.LeadPointD object that represents the center of the rotation.
Rotates the SelectedObjects around a point.
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.AnnSelectionObject.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

AnnSelectionObject Class
AnnSelectionObject Members

 

 


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