Previous topic

BrushList

Next topic

BufferedDC

This Page

phoenix_title BrushStyleΒΆ

The BrushStyle enumeration provides the following values:

Description Value
BRUSHSTYLE_INVALID  
BRUSHSTYLE_SOLID Solid.
BRUSHSTYLE_TRANSPARENT Transparent (no fill).
BRUSHSTYLE_STIPPLE_MASK_OPAQUE Uses a bitmap as a stipple; the mask is used for blitting monochrome using text foreground and background colors.
BRUSHSTYLE_STIPPLE_MASK Uses a bitmap as a stipple; mask is used for masking areas in the stipple bitmap.
BRUSHSTYLE_STIPPLE Uses a bitmap as a stipple.
BRUSHSTYLE_BDIAGONAL_HATCH Backward diagonal hatch.
BRUSHSTYLE_CROSSDIAG_HATCH Cross-diagonal hatch.
BRUSHSTYLE_FDIAGONAL_HATCH Forward diagonal hatch.
BRUSHSTYLE_CROSS_HATCH Cross hatch.
BRUSHSTYLE_HORIZONTAL_HATCH Horizontal hatch.
BRUSHSTYLE_VERTICAL_HATCH Vertical hatch.
BRUSHSTYLE_FIRST_HATCH  
BRUSHSTYLE_LAST_HATCH