Graphics.LineJoinTypes
From Xojo Documentation
Enumeration
The various ways the end of a line can be drawn when joining another line when using DrawPath and GraphicsPath. It will also affect how corners are drawn when using DrawRectangle.
Values
Types |
---|
Bevel |
Miter |
Round |
Notes
Miter is the default.
Compatibility
Desktop, iOS and Web projects on all supported operating systems.