CanvasRenderingContext2D.isPointInStroke

Undocumented in source. Be warned that the author may not have intended to support it.
  1. bool isPointInStroke(double x, double y)
  2. bool isPointInStroke(Path2D path, double x, double y)
    struct CanvasRenderingContext2D
    nothrow
    bool
    isPointInStroke
    ()
    (
    scope ref Path2D path
    ,
    double x
    ,
    double y
    )

Meta