Is there any way to return more path points from MakePath? I would like to reproduce the paths in another application in more detail. As of now MakePath returns a rough estimate of the path.
Is it possible to override MakePath to return more points?
No, the points include the curves for the rounded corners. You’ll note how the PathType changes to 3 for those points, indicating a curve.
Unless you set the Curviness to zero? (Probably not…)