Visual Studio 2010 - Visual C++
CDC::FrameRgn
Draws a border around the region specified by pRgn using the brush specified by pBrush.
BOOL FrameRgn( CRgn* pRgn, CBrush* pBrush, int nWidth, int nHeight );
Parameters
Return Value
Nonzero if the function is successful; otherwise 0.
Example
See the example for CRgn::CombineRgn.
Requirements
Header: afxwin.h
See Also