PaintRgn function
Applies to: desktop apps only
The PaintRgn function paints the specified region by using the brush currently selected into the device context.
Syntax
BOOL PaintRgn( __in HDC hdc, __in HRGN hrgn );
Parameters
- hdc [in]
-
Handle to the device context.
- hrgn [in]
-
Handle to the region to be filled. The region's coordinates are presumed to be logical coordinates.
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: 3/7/2012