WebGraphics.LineCapTypes
From Xojo Documentation
Enumeration
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
Sample Code
This example sets the line cap to Round:
g.LineCap = WebGraphics.LineCapTypes.Round
See Also
LineCap method.