LineJoin

LineJoin enum

Specifies how consequent lines or curves are joined.

enum class LineJoin

Values

NameValueDescription
Miter0Mitered join which produces a sharp or clipped corner depending on whether the length of the miter exceeds the miter limit.
Bevel1Bevel join which produces a diagonal corner.
Round2Round join which produces a smooth circular arc between the lines.
MiterClipped3Mitered join which produces a sharp or beveled corner depending on whether the length of the miter exceeds the miter limit.

See Also