<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > GDIp > Graphics > GDIp_DrawImage |
Description
Draw an image inside a Graphic object.
Syntax
lStatus = GDIP_DrwaImage(hGraphics, hImage, x, y)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
hGraphic |
Number |
No |
Pointer to a Graphic object |
hImage |
Number |
No |
Pointer to an Image object |
x |
Number |
No |
X position inside hGraphic |
y |
Number |
No |
Y position inside hGraphic |
Remarks
Restrictions
See also
Examples