 |
DrawIcon ..msdn Add comment W32 Constants Translate this page |
 |
 |
|
Draws an icon or cursor into the specified device context. |
 |
 |
| Code examples: |
 |
|
|
 |
 |
| Declaration: |
 |
 |
BOOL DrawIcon(
HDC hDC, // handle to DC
int X, // x-coordinate of upper-left corner
int Y, // y-coordinate of upper-left corner
HICON hIcon // handle to icon
);
|
 |
 |
 |
| FoxPro declaration: |
 |
 |
DECLARE SHORT DrawIcon IN user32;
INTEGER hDC,;
INTEGER X,;
INTEGER Y,;
INTEGER hIcon
|
 |
 |
 |
| Parameters: |
 |
hDC
[in] Handle to the device context into which the icon or cursor will be drawn.
X
[in] Specifies the logical x-coordinate of the upper-left corner of the icon.
Y
[in] Specifies the logical y-coordinate of the upper-left corner of the icon.
hIcon
[in] Handle to the icon to be drawn. |
 |
 |
| Return value: |
 |
| If the function succeeds, the return value is nonzero. |
 |
 |
| Word Index links for the DrawIcon : |
 |
|
|
 |
 |
| Translate this page: |
 |
|
 |
 |
| • |
 |
| Created: | 2001-08-21 12:00:00 | | Modified: | 2001-11-26 16:03:19 | Visited in last 7 days: 33 |