|
DrawImageMemR Method |
Top Previous Next |
|
The DrawImageMemR method draws an image (from memory) in the 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.
ImageBuf The starting address of the memory where image data is stored.
ImageBufSize The size of the buffer.
ImageType The type of the image.
Remarks
The DrawImageMemC method is used to render an image (from memory) in a table. The image is inserted into the table in the current row at the column specified by ColumnNo. The image types like Bitmap, JPEG, Metafile and Icon can be inserted using this method.
Example Code
For an example code, see Draw Image.
|