←Select platform

RotateAtPoints Method

Summary

Rotates the input Leadtools.LeadPointD values using the specified angle and center point.

Syntax
C#
VB
Objective-C
C++
Java
public static LeadPointD[] RotateAtPoints( 
   LeadPointD[] points, 
   double angle, 
   double centerX, 
   double centerY 
) 
Public Shared Function RotateAtPoints( _ 
   ByVal points() As LeadPointD, _ 
   ByVal angle As Double, _ 
   ByVal centerX As Double, _ 
   ByVal centerY As Double _ 
) As LeadPointD() 
+(LTLeadPointCollection*) rotateAtPoints:(LTLeadPointCollection*) points  
                                   angle:(double) angle 
                                 centerX:(double) centerX; 
                                 centerY:(double) centerY; 
public static LeadPointD[] rotateAtPoints( 
   LeadPointD[] points,  
   double angle,  
   double centerX,  
   double centerY 
) 
public:  
   static array<LeadPointD^>^ RotateAtPoints( 
      array<LeadPointD^>^ points, 
      double angle, 
      double centerX, 
      double centerY 
   ) 

Parameters

points
The Leadtools.LeadPointD array to be rotated.

angle
The angle to rotate the Leadtools.LeadPointD values.

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

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

Return Value

The rotated Leadtools.LeadPointD array.

Requirements

Target Platforms

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Engine Assembly