typedef enum _VECTOR_BRUSHSTYLE
{
VECTORBRUSH_STANDARD,
VECTORBRUSH_PATTERN,
VECTORBRUSH_GRADIENT,
VECTORBRUSH_HATCH,
} VECTORBRUSHSTYLE;
The VECTORBRUSHSTYLE enumeration provides information about the brush style.
Value |
Meaning |
VECTORBRUSH_STANDARD |
Standard brush. |
VECTORBRUSH_PATTERN |
Pattern brush. |
VECTORBRUSH_GRADIENT |
Gradient brush. |
VECTORBRUSH_HATCH |
Hatched brush. |
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