rotatePoint Method

Summary

Rotates the input LeadPointD using the specified angle.

Syntax
TypeScript
JavaScript
rotatePoint = function( 
   point, 
   angle 
) 
static rotatePoint( 
   point: LeadPointD, 
   angle: number 
): LeadPointD; 

Parameters

point

The LeadPointD to be rotated.

angle

The angle to rotate the LeadPointD.

Return Value

The rotated 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