Point inside or outside a path

Is there a way to know if a specific point is inside or outside a custom FillPath (not a rectangle) ?

Thanks

Typical low-tech answer is:
Create a picture
Draw your filled shape on that.
Examine the RGB of the point co-ordinates you are interested in.
If it matches the fill color you used, the point is in the fill path.

Technique used for ‘points in a map area’ problems

1 Like