isPointInPath method
Determines if the specified point is in the current path.
![]() ![]() |
Syntax
retVal = object.isPointInPath(x, y);
Parameters
- x [in]
-
Type: float
The x-coordinate to test.
- y [in]
-
Type: float
The y-coordinate to test.
Standards information
- HTML Canvas 2D Context, Section 9
Build date: 11/12/2012

