←Select platform

RotatePoints Method

Summary

Rotates the input Leadtools.LeadPointD values using the specified angle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static LeadPointD[] RotatePoints( 
   LeadPointD[] points, 
   double angle 
) 
Public Shared Function RotatePoints( _ 
   ByVal points() As Leadtools.LeadPointD, _ 
   ByVal angle As Double _ 
) As Leadtools.LeadPointD() 
public static [Leadtools.LeadPointD[]](../l/leadpointd.md) RotatePoints(  
   Leadtools.LeadPointD[] points, 
   double angle 
) 
+(LTLeadPointCollection*) rotatePoints:(LTLeadPointCollection*) points  
                                 angle:(double) angle; 
             
public static LeadPointD[] rotatePoints( 
   LeadPointD[] points, 
   double angle 
) 
             
 function Leadtools.Annotations.Core.AnnTransformer.RotatePoints(  
   points , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly