Kommentar
Åtkomst till den här sidan kräver auktorisering. Du kan prova att logga in eller ändra kataloger.
Åtkomst till den här sidan kräver auktorisering. Du kan prova att ändra kataloger.
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