CDC::PaintRgn

Fills the region specified by pRgn using the current brush.

BOOL PaintRgn(
   CRgn* pRgn 
);

Параметры

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

Возвращаемое значение

Nonzero if the function is successful; otherwise 0.

Требования

Header: afxwin.h

См. также

Основные понятия

CDC Class

CDC Members

Hierarchy Chart

CBrush Class

CDC::SelectObject

CDC::FillRgn

PaintRgn

CRgn Class