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

RotateAtPoints Method

Show in webframe
The LeadPointD array to be rotated.
The angle to rotate the LeadPointD values.
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 LeadPointD values using the specified angle and center point.
Syntax
 function Leadtools.Annotations.Core.AnnTransformer.rotateAtPoints( 
   points ,
   angle ,
   centerX ,
   centerY 
)

Parameters

ParameterTypeDescription
pointsLeadPointDThe LeadPointD array to be rotated.
angledoubleThe angle to rotate the LeadPointD values.
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
LeadPointD The rotated LeadPointD array.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file