rotateAt Method

Summary

Rotates this matrix about the specified point.

Syntax
TypeScript
JavaScript
LeadMatrix.prototype.rotateAt = function( 
   angle, 
   centerX, 
   centerY 
) 
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

Help Version 20.0.2020.3.31
Products | Support | Contact Us | Intellectual Property Notices
© 1991-2020 LEAD Technologies, Inc. All Rights Reserved.

Leadtools Assembly