CreateRectRgnIndirect function
Applies to: desktop apps only
The CreateRectRgnIndirect function creates a rectangular region.
Syntax
HRGN CreateRectRgnIndirect( __in const RECT *lprc );
Parameters
- lprc [in]
-
Pointer to a RECT structure that contains the coordinates of the upper-left and lower-right corners of the rectangle that defines the region in logical units.
Return value
If the function succeeds, the return value is the handle to the region.
If the function fails, the return value is NULL.
Remarks
When you no longer need the HRGN object, call the DeleteObject function to delete it.
Region coordinates are represented as 27-bit signed integers.
The region will be exclusive of the bottom and right edges.
Requirements
|
Minimum supported client | Windows 2000 Professional |
|---|---|
|
Minimum supported server | Windows 2000 Server |
|
Header |
|
|
Library |
|
|
DLL |
|
See also
- Regions Overview
- Region Functions
- CreatePolygonRgn
- CreatePolyPolygonRgn
- CreateRectRgn
- CreateRoundRectRgn
- ExtCreateRegion
- GetRegionData
- DeleteObject
- RECT
- SelectObject
Send comments about this topic to Microsoft
Build date: 3/7/2012