VECTORBRUSHSTYLE

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.

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.
LEADTOOLS Vector C API Help