Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

RotateAtPrepend 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.
Prepends a rotation of the specified angle at the specified point to this LeadMatrix.
Syntax
 function Leadtools.LeadMatrix.rotateAtPrepend( 
   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