| Top Previous Next |
|
The DrawImageRI method is used to draw an image at a position specified by rectangle.
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.
Index The index of the image, as returned by AddImageAsResource.
Example Code
For an example code, see Draw Image. |