LineJoinStyle Enumeration

Represents the possible styles for joining two lines.
See the Examples section of the Pen class for image examples.

Definition

Namespace: KGySoft.Drawing.Shapes
Assembly: KGySoft.Drawing.Core (in KGySoft.Drawing.Core.dll) Version: 9.0.0
C#
public enum LineJoinStyle

Members

Miter0 Represents a miter join. This produces a sharp corner or a bevel join if the miter limit is exceeded.
Bevel1 Represents a bevel join, which produces a diagonal corner.
Round2 Represents a round join, which produces a rounded corner.

See Also