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

RotatePoint Method

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

Parameters

ParameterTypeDescription
pointLeadPointDThe LeadPointD to be rotated.
angledoubleThe angle to rotate the LeadPointD.

Return Value

TypeDescription
LeadPointD The rotated LeadPointD.
See Also

Reference

AnnTransformer Object
AnnTransformer Members

Error processing SSI file