https://developer.mozilla.org/en-US/docs/Web/API/CanvasRenderingContext2D/isPointInPath

boolean ctx.isPointInPath(x, y);
boolean ctx.isPointInPath(x, y, fillRule);

boolean ctx.isPointInPath(path, x, y);
boolean ctx.isPointInPath(path, x, y, fillRule);

where is the 3,4line?



--
View this message in context: 
http://apache-flex-development.2333347.n4.nabble.com/js-swc-ispointinpath-tp51273.html
Sent from the Apache Flex Development mailing list archive at Nabble.com.

Reply via email to