|
Overview |
|
|
|
Group |
|
|
|
Quick Info
Windows NT
| Yes
| Win95
| Yes
| Win32s
| No
| Import Library
| gdi32.lib
| Header File
| wingdi.h
| Unicode
| No
| Platform Notes
| Windows 95: int == 16 bits
|
|
|
GetMetaRgn
The
GetMetaRgn function retrieves the current metaregion for the specified device context.
int GetMetaRgn(
HDC hdc,
| // handle of device context
|
HRGN hrgn
| // handle of region
|
);
|
|
Parameters
hdc
Identifies the device context.
hrgn
Identifies an existing region before the function is called. After the
function returns, this parameter identifies a copy of the current metaregion.
Return Values
If the function succeeds, the return value is one.
If the function fails, the return value is zero.
Remarks
If the function succeeds,
hrgn identifies a copy of the current metaregion. Subsequent changes to this copy
will not affect the current metaregion.
The current clipping region of a device context is defined by the intersection
of its clipping region and its metaregion.
See Also
SetMetaRgn
- Software for developers
-
Delphi Components
.Net Components
Software for Android Developers
- More information resources
-
MegaDetailed.Net
Unix Manual Pages
Delphi Examples
- Databases for Amazon shops developers
-
Amazon Categories Database
Browse Nodes Database