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

RotatePointAt Method

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

Parameters

ParameterTypeDescription
pointLeadPointDThe LeadPointD to be rotated.
angledoubleThe angle to rotate the LeadPointD.
centerXdoubleA value representing the center point of rotation on the x-axis.
centerYdoubleA value representing the center point of rotation on the y-axis.

Return Value

TypeDescription
LeadPointD The rotated LeadPointD.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file