CDC::FillRgn

Fills the region specified by pRgn with the brush specified by pBrush.

BOOL FillRgn( 
   CRgn* pRgn, 
   CBrush* pBrush  
);

Parameters

  • pRgn
    A pointer to the region to be filled. The coordinates for the given region are specified in logical units.

  • pBrush
    Identifies the brush to be used to fill the region.

Return Value

Nonzero if the function is successful; otherwise 0.

Remarks

The brush must either be created using the CBrush member functions CreateHatchBrush, CreatePatternBrush, CreateSolidBrush, or be retrieved by GetStockObject.

Example

See the example for CRgn::CreateRoundRectRgn.

Requirements

Header: afxwin.h

See Also

Reference

CDC Class

Hierarchy Chart

CDC::PaintRgn

CDC::FillRect

CBrush Class

CRgn Class

FillRgn

Other Resources

CDC Members