This topic has not yet been rated - Rate this topic

isPointInPath method

Determines if the specified point is in the current path.

HTML Canvas 2D Context, Section 9Internet Explorer 9

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

 

 

Build date: 11/12/2012

Did you find this helpful?
(1500 characters remaining)

Community Additions

ADD
© 2013 Microsoft. All rights reserved.