Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

RotateAt Method

Show in webframe
The angle, in degrees, to rotate this matrix.
The x-coordinate of the point to rotate this matrix around.
The y-coordinate of the point to rotate this matrix around.
Rotates this matrix about the specified point.
Syntax
 function Leadtools.LeadMatrix.rotateAt( 
   angle ,
   centerX ,
   centerY 
)

Parameters

ParameterTypeDescription
angledoubleThe angle, in degrees, to rotate this matrix.
centerXdoubleThe x-coordinate of the point to rotate this matrix around.
centerYdoubleThe y-coordinate of the point to rotate this matrix around.
See Also

Reference

LeadMatrix Object
LeadMatrix Members

Error processing SSI file