CDC::FrameRgn 

BOOLFrameRgn(CRgn*pRgn,CBrush*pBrush,intnWidth**,intnHeight);**

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.

Example

See the example for CRgn::CombineRgn.

CDC OverviewClass MembersHierarchy Chart

See Also   CDC::Rectangle, CDC::FrameRect, CBrush, CRgn,