Graphics.LineJoinTypes

From Xojo Documentation

Enumeration
Graphics.LineJoinTypes

New in 2020r2

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

Line Join Styles
Types
Bevel
Miter
Round

Notes

Miter is the default.

Compatibility

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

See Also

LineCap and LineJoin properties.