←Select platform

Rotate Method

Summary
Rotates the AnnObject around a point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public virtual void Rotate( 
   double angle, 
   LeadPointD origin 
) 
- (void)rotateWithAngle:(double)angle atPoint:(LeadPointD)origin NS_SWIFT_NAME(rotate(angle:at:)); 
public void rotate( 
   double angle, 
   LeadPointD origin 
) 
public:  
   virtual void Rotate( 
      double angle, 
      LeadPointD^ origin 
   ) 
def Rotate(self,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

Help Version 23.0.2024.2.29
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2024 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 LEAD Technologies, Inc. All Rights Reserved.