System.Drawing.Drawing2D.LineCap Enumeration

Specifies the available cap styles with which a System.Drawing.Pen object can end a line.

Syntax

public enum LineCap

Remarks

You can draw the start or end of a line in one of several shapes called line caps. ndptecgdiplus supports several line caps, such as round, square, diamond, and arrowhead. The following illustration shows a line with a round cap and an arrow cap.

Members

Member NameDescription
AnchorMask

Specifies a mask used to check whether a line cap is an anchor cap.

ArrowAnchor

Specifies an arrow-shaped anchor cap.

Custom

Specifies a custom line cap.

DiamondAnchor

Specifies a diamond anchor cap.

Flat

Specifies a flat line cap.

NoAnchor

Specifies no anchor.

Round

Specifies a round line cap.

RoundAnchor

Specifies a round anchor cap.

Square

Specifies a square line cap.

SquareAnchor

Specifies a square anchor line cap.

Triangle

Specifies a triangular line cap.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.3300.0, 1.0.5000.0, 2.0.0.0