This documentation is for the old version. Go to the latest Graphics Mill docs

LineCap Enumeration

Contains line caps which are appended to the start and/or end of line drawn with GdiGraphics class.

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

Syntax

Visual Basic
Public Enumeration LineCap
C#
public enum LineCap

Members

Member name Description
Round

Round cap.

Flat

Flat cap.

Square

Square cap.

See Also

Reference