WebGraphics.LineCapTypes

From Xojo Documentation

Enumeration
WebGraphics.LineCapTypes

New in 2020r1

Specifies the options for drawing line caps (endings).

Values

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

Notes

LineCap Styles

Sample Code

This example sets the line cap to Round:

g.LineCap = WebGraphics.LineCapTypes.Round

See Also

LineCap method.