OELineJoin¶
The line join style controls how lines connect at corners when drawing outlines.
See also
OEPen.GetLineJoin
methodOEPen.SetLineJoin
method
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.

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

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

Example of line drawing with ‘Round’ line join style¶