GraphicsPath.CurrentPoint

From Xojo Documentation

Read-Only Property (As Point )
PointValue = aGraphicsPath.CurrentPoint

New in 2019r2

Supported for all project types and targets.

The point at which the next drawing will take place.

Notes

Drawing methods like AddLineToPoint will change the CurrentPoint. MoveToPoint also changes the CurrentPoint.