rotateAtPoints Method (AnnTransformer)

Summary

Rotates the input LeadPointD values using the specified angle and center point.

Syntax

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

Parameters

points

The LeadPointD array to be rotated.

angle

The angle to rotate the LeadPointD values.

centerX

The value representing the center point of rotation on the x-axis.

centerY

The value representing the center point of rotation on the y-axis.

Return Value

The rotated LeadPointD array.

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