←Select platform

RotatePoint Method

Summary
Rotates the input Leadtools.LeadPointD using the specified angle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD RotatePoint( 
   LeadPointD point, 
   double angle 
) 
+(LeadPointD) rotateRect:(LeadPointD) point  
                   angle:(double) angle; 
public static LeadPointD rotatePoint( 
   LeadPointD point, 
   double angle 
) 
public:  
   static LeadPointD^ RotatePoint( 
      LeadPointD^ point, 
      double angle 
   ) 
def RotatePoint(self,point,angle): 

Parameters

point
The Leadtools.LeadPointD to be rotated.

angle
The angle to rotate the Leadtools.LeadPointD.

Return Value

The rotated Leadtools.LeadPointD.

Requirements

Target Platforms

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.