BOOL FrameRgn( CRgn* pRgn, CBrush* pBrush, int nWidth, int nHeight );
Return Value
Nonzero if the function is successful; otherwise 0.
Parameters
pRgn
Points to the CRgn object that identifies the region to be enclosed in a border. The coordinates for the given region are specified in device units.
pBrush
Points to the CBrush object that identifies the brush to be used to draw the border.
nWidth
Specifies the width of the border in vertical brush strokes in device units.
nHeight
Specifies the height of the border in horizontal brush strokes in device units.
Remarks
Draws a border around the region specified by pRgn using the brush specified by pBrush.
CDC Overview | Class Members | Hierarchy Chart
See Also CDC::Rectangle, CDC::FrameRect, CBrush, CRgn, ::FrameRgn