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)
  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)
    struct CanvasRenderingContext2D
    nothrow
    isPointInPath
    ()
    (
    scope ref Path2D path
    ,
    double x
    ,
    double y
    )

Meta