Graphics.DrawPath
From Xojo Documentation
Method
Graphics.DrawPath(path As GraphicsPath, autoClose As Boolean = False)
New in 2019r2
Supported on Desktop, Web, Console.
New in 2019r2
Supported on Desktop, Web, Console.
Draws a bezier line along the path designated.
Method
Draws a bezier line along the path designated.
Notes
When autoClose is True (not available on iOS), the path will be automatically closed so that there are no gaps in it.