←Select platform

RotatePoints Method

Summary
Rotates the input Leadtools.LeadPointD values using the specified angle.
Syntax
C#
Objective-C
C++/CLI
Java
Python
public static LeadPointD[] RotatePoints( 
   LeadPointD[] points, 
   double angle 
) 
+(LTLeadPointCollection*) rotatePoints:(LTLeadPointCollection*) points  
                                 angle:(double) angle; 
public static LeadPointD[] rotatePoints( 
   LeadPointD[] points, 
   double angle 
) 
public:  
   static array<LeadPointD^>^ RotatePoints( 
      array<LeadPointD^>^ points, 
      double angle 
   ) 
def RotatePoints(self,] points,angle): 

Parameters

points
The Leadtools.LeadPointD array to be rotated.

angle
The angle to rotate the Leadtools.LeadPointD values.

Return Value

The rotated Leadtools.LeadPointD array.

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.