Error processing SSI file
LEADTOOLS JavaScript (Leadtools)
Products
|
Support
|
Email
a link to this topic. |
Send comments
on this topic. | Back to
Introduction
| Help Version 19.0.4.3
Contains Method (LeadRectD)
Show in webframe
Collapse All
Expand All
Language Filter: All
Language Filter: Multiple
Language Filter: Visual Basic
Language Filter: JavaScript
JavaScript
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
JavaScript
function
Leadtools.LeadRectD.contains(
x
,
y
)
Parameters
Parameter
Type
Description
x
double
The x-coordinate of the point to test.
y
double
The y-coordinate of the point to test.
Return Value
Type
Description
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