Still seeking ways to draw rotate ovals

I’ll admit I’ve never tested the GraphicsPath.contains function for accuracy because I use a PointInPolygon function written long ago in Fortran and rewritten by Rick Araujo for modern Xojo. I don’t keep graphic objects around. All of my basic data are GIS linestrings, multilinestrings, etc with all of the coordinates in longitude and latitude.

Here’s a link to the PtInPoly code in case it’s of use to anyone: