CDC::GetHalftoneBrush
static CBrush* PASCAL GetHalftoneBrush( );
Return Value
A pointer to a CBrush object if successful; otherwise NULL.
Remarks
Call this member function to retrieve a halftone brush. A halftone brush shows pixels that are alternately foreground and background colors to create a dithered pattern. The following is an example of a dithered pattern created by a halftone brush.
CDC Overview | Class Members | Hierarchy Chart
See Also CBrush