Graphics.FillPath

From Xojo Documentation

Method

Graphics.FillPath(path As GraphicsPath, autoClose As Boolean = False)

New in 2019r2

Supported on Desktop, Web, Console.

Draws a bezier line along the path designated and fills the region with the current DrawingColor value.


Method

Graphics.FillPath(path As GraphicsPath)

New in 2020r2

Supported on Mobile (iOS).

Draws a bezier line along the path designated and fills the region with the current DrawingColor value.

Notes

When autoClose is True (not available on iOS), the path will be automatically closed so that there are no gaps in it.

See Also

Graphics.DrawPath