rotateAt Method (LeadMatrix)

Summary

Rotates this matrix about the specified point.

Syntax

JavaScript Syntax
LeadMatrix.prototype.rotateAt = function(angle, centerX, centerY)
TypeScript Syntax
rotateAt(angle: number, centerX: number, centerY: number): void;

Parameters

angle

The angle, in degrees, to rotate this matrix.

centerX

The x-coordinate of the point to rotate this matrix around.

centerY

The y-coordinate of the point to rotate this matrix around.

Requirements

Target Platforms

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