←Select platform

RotatePoint Method

Summary

Rotates the input Leadtools.LeadPointD using the specified angle.

Syntax

C#
VB
Java
Objective-C
WinRT C#
public static Leadtools.LeadPointD RotatePoint(  
   Leadtools.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  
) 

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

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