←Select platform

Rotate Method

Summary
Rotates the AnnTextPointerObject around the specified point by the specified number of degrees.
Syntax
C#
C++/CLI
Java
Python
public override void Rotate( 
   double angle, 
   LeadPointD origin 
) 
@Override public void rotate( 
   double angle, 
   LeadPointD origin 
) 
public:  
   virtual void Rotate( 
      double angle, 
      LeadPointD^ origin 
   ) override 
def Rotate(self,angle,origin): 

Parameters

angle
A double value that represents the angle (extent) of the rotation, in degrees.

origin
A Leadtools.LeadPointD object that represents the center of the rotation.

Requirements

Target Platforms

Help Version 22.0.2023.7.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2023 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.