Table of Contents

Enum LineCap

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

Specifies the available cap styles with which a pen object can end a line.

public enum LineCap

Fields

Flat = 0

Specifies a flat (butt) line cap (line ends should be square and should not project). Begin/end contours with no extension.

Round = 2

Specifies a round line cap (rounded line ends). Begin/end contours with a semi-circle extension.

Square = 1

Specifies a square line cap (line ends with square projection). Begin/end contours with a half square extension.