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

RotatePoints Method

Show in webframe
The LeadPointD array to be rotated.
The angle to rotate the LeadPointD values.
Rotates the input LeadPointD values using the specified angle.
Syntax
 function Leadtools.Annotations.Core.AnnTransformer.rotatePoints( 
   points ,
   angle 
)

Parameters

ParameterTypeDescription
pointsLeadPointDThe LeadPointD array to be rotated.
angledoubleThe angle to rotate the LeadPointD values.

Return Value

TypeDescription
LeadPointD The rotated LeadPointD array.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file