←Select platform

RotatePoint Method

Summary

Rotates the input Leadtools.LeadPointD using the specified angle.

Syntax
C#
VB
Objective-C
C++
Java
public static LeadPointD RotatePoint( 
   LeadPointD point, 
   double angle 
) 
Public Shared Function RotatePoint( _ 
   ByVal point As LeadPointD, _ 
   ByVal angle As Double _ 
) As LeadPointD 
+(LeadPointD) rotateRect:(LeadPointD) point  
                   angle:(double) angle; 
public static LeadPointD rotatePoint( 
   LeadPointD point, 
   double angle 
) 
public:  
   static LeadPointD^ RotatePoint( 
      LeadPointD^ point, 
      double angle 
   ) 

Parameters

point
The Leadtools.LeadPointD to be rotated.

angle
The angle to rotate the Leadtools.LeadPointD.

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