 |
SelectObject Add comment W32 Constants Translate this page |
 |
 |
Selects an object into the specified device context (DC). The new object replaces the previous object of the same type.
|
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
HGDIOBJ SelectObject(
HDC hdc, // handle to DC
HGDIOBJ hgdiobj // handle to object
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE INTEGER SelectObject IN gdi32;
INTEGER hdc,;
INTEGER hObject
|
 |
 |
 |
| Parameters: |
 |
hdc
[in] Handle to the DC.
hgdiobj
[in] Handle to the object to be selected: bitmap, brush, font, pen, region |
 |
 |
| Return value: |
 |
| If the selected object is not a region and the function succeeds, the return value is a handle to the object being replaced. |
 |
 |
| Word Index links for the SelectObject : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-01 12:00:00 | | Modified: | 2001-11-26 16:02:48 | Visited in last 7 days: 57 |