Graphics.LineCapTypes

From Xojo Documentation

Enumeration
Graphics.LineCapTypes

New in 2020r2

The various ways the end of a line can be drawn.

Values

LineCap Styles
Enum Description
Butt A squared-off ending that ends at the line boundary.
Round A rounded ending that extends beyond the line boundary. This is the default.
Square A squared-off ending that extends beyond the line boundary.

Notes

Round is the default.

Compatibility

Desktop, iOS and Web projects on all supported operating systems.

See Also

LineCap and LineJoin properties.