HATCHBRUSHSTYLE

typedef enum _HATCH_BRUSHSTYLE
{
   HATCH_RECTANGLE,
   HATCH_CIRCLE,
   HATCH_TRIANGLE,
   HATCH_LINE,
   HATCH_CUSTOM,
} HATCHBRUSHSTYLE;

The HATCHBRUSHSTYLE enumeration provides information about the hatch brush style.

Value

Meaning

HATCH_RECTANGLE

Rectangular hatches.

HATCH_CIRCLE

Circular hatches.

HATCH_TRIANGLE

Triangular hatches.

HATCH_LINE

Linear hatches.

HATCH_CUSTOM

User-defined hatches.