rotatePoint Method

Summary

Rotates the input LeadPointD using the specified angle.

Syntax

JavaScript Syntax
rotatePoint = function(point, angle) 
TypeScript Syntax
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 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Annotations.Core Assembly