draw.h - brush stylesΒΆ

Brush styles for draw operations

DB_NULL

No brush. Figures will be unfilled. This is the default.

DB_SOLID

A solid colour.

DB_HORIZONTAL

Horizontal lines.

DB_VERTICAL

Vertical lines.

DB_FDIAGONAL

Diagonal lines from top left.

DB_BDIAGONAL

Diagonal lines from top right.

DB_CROSS

Crossed horizontal and vertical lines.

DB_DIAGCROSS

Crossed diagonal lines.

DB_BITMAP

Bitmap image.

These values are used by the SetBrushType() function to set the brush type for filling figures.


RELATED TOPICS

Drawing operations