Skip to main content

LineJoin

Namespace: System.Drawing.Drawing2D

Assembly: System.Drawing.Managed (4.0.0.0)

Specifies how to join consecutive line or curve segments in a figure contained in a GraphicsPath object.

public enum LineJoin : Enum

Fields

NameDescription
BevelSpecifies a beveled join. This produces a diagonal corner.
MiterSpecifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the length of the miter exceeds the miter limit.
MiterClippedSpecifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the length of the miter exceeds the miter limit.
RoundSpecifies a circular join. This produces a smooth, circular arc between the lines.

Used By

NameDescription
Pen.LineJoinGets or sets the join style for the ends of two overlapping lines drawn with this Pen.