|
DrawImageR Method |
Top Previous Next |
|
The DrawImageR method draws an image at a location specified by the ImageRect.
Syntax
Parameters
Left [in] Specifies upper-left corner of the image.
Top [in] Specifies upper-left corner of the image.
Right [in] Specifies lower-right corner of the image.
Bottom [in] Specifies lower-right corner of the image.
ImageHandle The handle of the image.
ImageType The type of the image.
Example Code
For an example code, see Draw Image. |