rotatePoints Method

Summary

Rotates the input LeadPointD values using the specified angle.

Syntax

JavaScript Syntax
rotatePoints = function(points, angle) 
TypeScript Syntax
static rotatePoints(points: LeadPointD[], angle: number): LeadPointD[]; 

Parameters

points

The LeadPointD array to be rotated.

angle

The angle to rotate the LeadPointD values.

Return Value

The rotated LeadPointD array.

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