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

Meta