|
DrawImageFileR Method |
Top Previous Next |
|
This method is used to draw an image, specified by its pathname, at a specified rectangle.
Syntax
Parameters
Left, Top [in] Specifies the upper-left corner of the rectangle.
Right, Bottom [in] Specifies the lower-right corner of the rectangle.
FileName [in] Specifies the pathname of the image file that needs to be rendered.
Remarks
This method supports only four types of images – BMP, icon, metafile, and JPEG.
Example Code
For an example code, see DrawImageFileXY, DrawImageFileR Example.
|