FrameRgn function
The FrameRgn function draws a border around the specified region by using the specified brush.
Syntax
BOOL FrameRgn( __in HDC hdc, __in HRGN hrgn, __in HBRUSH hbr, __in int nWidth, __in int nHeight );
Parameters
- hdc [in]
-
Handle to the device context.
- hrgn [in]
-
Handle to the region to be enclosed in a border. The region's coordinates are presumed to be in logical units.
- hbr [in]
-
Handle to the brush to be used to draw the border.
- nWidth [in]
-
Specifies the width, in logical units, of vertical brush strokes.
- nHeight [in]
-
Specifies the height, in logical units, of horizontal brush strokes.
Return value
If the function succeeds, the return value is nonzero.
If the function fails, the return value is zero.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
Send comments about this topic to Microsoft
Build date: 9/7/2011
