isPointInStroke

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