Error processing SSI file
LEADTOOLS JavaScript (Leadtools)

Contains Method (LeadRectD)

Show in webframe
The x-coordinate of the point to test.
The y-coordinate of the point to test.
Determines whether the specified point is contained within this LeadRectD.
Syntax
 function Leadtools.LeadRectD.contains( 
   x ,
   y 
)

Parameters

ParameterTypeDescription
xdoubleThe x-coordinate of the point to test.
ydoubleThe y-coordinate of the point to test.

Return Value

TypeDescription
boolean true if the specified point is contained within this LeadRectD; otherwise, it is false.
See Also

Reference

LeadRectD Object
LeadRectD Members

Error processing SSI file