Table of Contents

Enum LineJoin

Namespace
Alternet.Drawing
Assembly
Alternet.UI.Interfaces.dll

Specifies how to join consecutive line or curve segments.

public enum LineJoin

Fields

Bevel = 1

Specifies a beveled join. This produces a diagonal corner.

Miter = 0

Specifies a mitered join. This produces a sharp corner.

Round = 2

Specifies a circular join. This produces a smooth, circular arc between the lines.