GraphicsPath.CurrentPoint
From Xojo Documentation
Read-Only Property (As Point )
The point at which the next drawing will take place.
Notes
Drawing methods like AddLineToPoint will change the CurrentPoint. MoveToPoint also changes the CurrentPoint.