<< Click to Display Table of Contents >> Navigation: ThinBASIC Modules > GDIp > GDIp_DisposeImage |
Description
Disposes the specified Image object.
Syntax
Status = GDIp_DisposeImage(pImage)
Returns
Number.
Parameters
Name |
Type |
Optional |
Meaning |
pImage |
Number |
No |
Pointer to the Image object to dispose |
Remarks
Restrictions
See also
Examples