isPointInStroke

JS
1.1
abstract fun isPointInStroke(x: Double, y: Double): Boolean
abstract fun isPointInStroke(
    path: Path2D,
    x: Double,
    y: Double
): Boolean