|
DrawImageXY Method |
Top Previous Next |
|
The DrawImageXY method draws an image, specified by its handle, at a specified position.
Syntax
Parameters
X [in] Specifies the x-coordinate of the upper-left corner of the rendered image.
Y [in] Specifies the y-coordinate of the upper-left corner of the rendered image.
ImageHandle The handle of the image.
ImageType The type of the image.
Example Code
For an example code, see FAQ #5.
|