←Select platform

RotatePointAt Method

Summary

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

Syntax
C#
VB
Objective-C
C++
Java
public static LeadPointD RotatePointAt( 
   LeadPointD point, 
   double angle, 
   double centerX, 
   double centerY 
) 
Public Shared Function RotatePointAt( _ 
   ByVal point As LeadPointD, _ 
   ByVal angle As Double, _ 
   ByVal centerX As Double, _ 
   ByVal centerY As Double _ 
) As LeadPointD 
+(LeadPointD) rotatePoint:(LeadPointD) pt  
                    angle:(double) angle 
                  centerX:(double) cx 
                  centerY:(double) cy; 
public static LeadPointD rotatePointAt( 
   LeadPointD point, 
   double angle, 
   double centerX, 
   double centerY 
) 
public:  
   static LeadPointD^ RotatePointAt( 
      LeadPointD^ point, 
      double angle, 
      double centerX, 
      double centerY 
   ) 

Parameters

point
The Leadtools.LeadPointD to be rotated.

angle
The angle to rotate the Leadtools.LeadPointD.

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

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

Return Value

The rotated Leadtools.LeadPointD.

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