←Select platform

Rotate Method

Summary

Rotates the AnnObject around a point.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public virtual void Rotate( 
   double angle, 
   LeadPointD origin 
) 
Public Overridable Sub Rotate( _ 
   ByVal angle As Double, _ 
   ByVal origin As Leadtools.LeadPointD _ 
)  
public virtual void Rotate(  
   double angle, 
   Leadtools.LeadPointD origin 
) 
-(void) rotateWithAngle:(double)angle 
                atPoint:(LeadPointD)ptOrg; 
             
public void rotate( 
   double angle, 
   LeadPointD origin 
) 
             
 function Leadtools.Annotations.Core.AnnObject.Rotate(  
   angle , 
   origin  
) 
public:  
   virtual void Rotate( 
      double angle, 
      LeadPointD^ 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

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly