Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

ContainsRect Method

Show in webframe
The LeadRectD to be tested.
Determines if the rectangular region represented by the specified value is entirely contained within this LeadRectD.
Syntax
 function Leadtools.LeadRectD.containsRect( 
   rect 
)

Parameters

ParameterTypeDescription
rectLeadRectDThe LeadRectD to be tested.

Return Value

TypeDescription
boolean This method returns true if the rectangular region represented by rect is entirely contained within the rectangular region represented by this LeadRectD; otherwise, it is false.
See Also

Reference

LeadRectD Object
LeadRectD Members

Error processing SSI file