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

AddRectangle Method

Show in webframe
The rectangle to be added to the AnnTextReviewObject.
Adds a rectangle to this AnnTextReviewObject.
Syntax
 function Leadtools.Annotations.Core.AnnTextReviewObject.addRectangle( 
   rect 
)

Parameters

ParameterTypeDescription
rectLeadRectDThe rectangle to be added to the AnnTextReviewObject.
Remarks

This is a helper method that will add the top-left and bottom-right corner points of rect to the Points collection. When the method returns, the number of points in the collection will be incremented by 2.

See Also

Reference

AnnTextReviewObject Object
AnnTextReviewObject Members

Error processing SSI file