LineJoin Enumeration

Contains the type of a corner when two lines meet.

Namespace: Aurigma.GraphicsMill.AdvancedDrawing
Assembly: Aurigma.GraphicsMill (in Aurigma.GraphicsMill.dll)

Syntax

C#
public enum LineJoin

Members

Member name Description
Bevel

The beveled corner.

Miter

The sharp corner.

Round

The rounded corner.

See Also

Reference