The GetCurrentObject function obtains a handle to a device context’s currently selected object of a specified type.
HGDIOBJ GetCurrentObject(
HDC hdc, |
// handle of device context |
UINT uObjectType |
// specifies the object-type |
); |
Value |
Meaning |
OBJ_PEN |
Returns the current selected pen. |
OBJ_BRUSH |
Returns the current selected brush. |
OBJ_PAL |
Returns the current selected palette. |
OBJ_FONT |
Returns the current selected font. |
OBJ_BITMAP |
Returns the current selected bitmap. |
If the function succeeds, the return value is the handle of the specified object.
If the function fails, the return value is NULL. To get extended error information, call GetLastError.
An application can use the GetCurrentObject and GetObject functions to retrieve descriptions of the graphic objects currently selected into the given device context.
DeleteObject, GetObject, SelectObject
file: /Techref/os/win/api/win32/func/src/f29_18.htm, 3KB, , updated: 2000/4/7 11:19, local time: 2024/11/8 03:30,
18.222.116.93:LOG IN ©2024 PLEASE DON'T RIP! THIS SITE CLOSES OCT 28, 2024 SO LONG AND THANKS FOR ALL THE FISH!
|
©2024 These pages are served without commercial sponsorship. (No popup ads, etc...).Bandwidth abuse increases hosting cost forcing sponsorship or shutdown. This server aggressively defends against automated copying for any reason including offline viewing, duplication, etc... Please respect this requirement and DO NOT RIP THIS SITE. Questions? <A HREF="http://linistepper.com/techref/os/win/api/win32/func/src/f29_18.htm"> GetCurrentObject</A> |
Did you find what you needed? |