←Select platform

RotatePoints Method

Summary

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

Syntax

C#
VB
Java
Objective-C
WinRT C#
public static [Leadtools.LeadPointD[]](../l/leadpointd.html) RotatePoints(  
   Leadtools.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.html) 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  
) 

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

Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
Leadtools.Annotations.Core Assembly
Click or drag to resize