Graphics.LineCapTypes
From Xojo Documentation
Enumeration
The various ways the end of a line can be drawn.
Values
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.