←Select platform

RotatePointAt Method

Summary
Rotates the input Leadtools.LeadPointD using the specified angle and center point.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD RotatePointAt( 
   LeadPointD point, 
   double angle, 
   double centerX, 
   double centerY 
) 
+(LeadPointD) rotatePoint:(LeadPointD) pt  
                    angle:(double) angle 
                  centerX:(double) cx 
                  centerY:(double) cy; 
public static LeadPointD rotatePointAt( 
   LeadPointD point, 
   double angle, 
   double centerX, 
   double centerY 
) 
public:  
   static LeadPointD^ RotatePointAt( 
      LeadPointD^ point, 
      double angle, 
      double centerX, 
      double centerY 
   ) 
def RotatePointAt(self,point,angle,centerX,centerY): 

Parameters

point
The Leadtools.LeadPointD to be rotated.

angle
The angle to rotate the Leadtools.LeadPointD.

centerX
A value representing the center point of rotation on the x-axis.

centerY
A value representing the center point of rotation on the y-axis.

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.