Error processing SSI file
LEADTOOLS JavaScript (Leadtools.Annotations.Core)

RotateRectAt Method

Show in webframe
The LeadRectD to be rotated.
The angle to rotate the LeadRectD.
The value representing the center point of rotation on the x-axis.
The value representing the center point of rotation on the y-axis.
Rotates the input LeadRectD using the specified angle and center point.
Syntax
 function Leadtools.Annotations.Core.AnnTransformer.rotateRectAt( 
   rect ,
   angle ,
   centerX ,
   centerY 
)

Parameters

ParameterTypeDescription
rectLeadRectDThe LeadRectD to be rotated.
angledoubleThe angle to rotate the LeadRectD.
centerXdoubleThe value representing the center point of rotation on the x-axis.
centerYdoubleThe value representing the center point of rotation on the y-axis.

Return Value

TypeDescription
LeadRectD The rotated LeadRectD.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file