Function lyon_algorithms::hit_test::hit_test_path
source · pub fn hit_test_path<Iter>(
point: &Point,
path: Iter,
fill_rule: FillRule,
tolerance: f32
) -> bool
Expand description
Returns whether the point is inside the path.