Table of Contents

Enum LineJoin

Namespace
PaintDotNet.Direct2D1
Assembly
PaintDotNet.Windows.dll

Describes the shape that joins two lines or segments.
D2D1_LINE_JOIN

public enum LineJoin

Fields

Miter = 0

Regular angular vertices.

Bevel = 1

Beveled vertices.

Round = 2

Rounded vertices.

MiterOrBevel = 3

Regular angular vertices unless the join would extend beyond the miter limit; otherwise, beveled vertices.