←Select platform

RotatePoints Method

Summary
Rotates the input Leadtools.LeadPointD values using the specified angle.
Syntax
C#
VB
Objective-C
C++
Java
public static LeadPointD[] RotatePoints( 
   LeadPointD[] points, 
   double angle 
) 
Public Shared Function RotatePoints( _ 
   ByVal points() As LeadPointD, _ 
   ByVal angle As Double _ 
) As LeadPointD() 
+(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 
   ) 

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 21.0.2021.7.2
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2021 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly

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