OELineJoin

The line join style controls how lines connect at corners when drawing outlines.

See also

The OELineJoin namespace contains the following constants:

Default

The default line join style is OELineJoin::Round.

Bevel

See example in Figure: Example of line drawing with ‘Bevel’ line join style.

../../_images/OELineJoin_Bevel.png

Example of line drawing with ‘Bevel’ line join style

Miter

See example in Figure: Example of line drawing with ‘Miter’ line join style.

../../_images/OELineJoin_Miter.png

Example of line drawing with ‘Miter’ line join style

Round

See example in Figure: Example of line drawing with ‘Round’ line join style.

../../_images/OELineJoin_Round.png

Example of line drawing with ‘Round’ line join style