CanvasRenderingContext2D.isPointInPath

Undocumented in source. Be warned that the author may not have intended to support it.
  1. auto isPointInPath(double x, double y, CanvasFillRule fillRule)
    struct CanvasRenderingContext2D
    nothrow
    isPointInPath
    ()
    (
    double x
    ,
    double y
    ,)
  2. auto isPointInPath(double x, double y)
  3. auto isPointInPath(Path2D path, double x, double y, CanvasFillRule fillRule)
  4. auto isPointInPath(Path2D path, double x, double y)

Meta