CDC::PaintRgn

CDC::PaintRgn 

BOOL PaintRgn( CRgn* pRgn );

Return Value

Nonzero if the function is successful; otherwise 0.

Parameters

pRgn

Identifies the region to be filled. The coordinates for the given region are specified in device units.

Remarks

Fills the region specified by pRgn using the current brush.

CDC Overview |  Class Members |  Hierarchy Chart

See Also   CBrush, CDC::SelectObject, CDC::FillRgn, ::PaintRgn, CRgn