typedef enum _HATCHBRUSHSTYLE
{
HATCH_RECTANGLE=0,
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. |
Raster .NET | C API | C++ Class Library | JavaScript HTML5
Document .NET | C API | C++ Class Library | JavaScript HTML5
Medical .NET | C API | C++ Class Library | JavaScript HTML5
Medical Web Viewer .NET