←Select platform

RotatePoint Method

Summary

Rotates the input Leadtools.LeadPointD using the specified angle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
C++
public static LeadPointD RotatePoint( 
   LeadPointD point, 
   double angle 
) 
Public Shared Function RotatePoint( _ 
   ByVal point As Leadtools.LeadPointD, _ 
   ByVal angle As Double _ 
) As Leadtools.LeadPointD 
public static Leadtools.LeadPointD RotatePoint(  
   Leadtools.LeadPointD point, 
   double angle 
) 
+(LeadPointD) rotateRect:(LeadPointD) point  
                   angle:(double) angle; 
             
public static LeadPointD rotatePoint( 
   LeadPointD point, 
   double angle 
) 
             
 function Leadtools.Annotations.Core.AnnTransformer.RotatePoint(  
   point , 
   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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly