HatchStyle Enumeration

Contains different patterns available for HatchBrush objects.

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

Syntax

C#
public enum HatchStyle

Members

Member name Description
BackwardDiagonal

A pattern of lines on a diagonal from upper right to lower left.

Cross

A pattern of horizontal and vertical lines that cross.

DiagonalCross

A pattern of crisscross diagonal lines.

ForwardDiagonal

A pattern of lines on a diagonal from upper left to lower right.

Horizontal

A pattern of horizontal lines.

Vertical

A pattern of vertical lines.

See Also

Reference