Group: GDI+ Image - Library: gdiplus
Custom GDI+ class
Adding a background image to VFP report (VFP9, ReportListener)
GpStatus WINGDIPAPI GdipDisposeImage(
GpImage *image
)
DECLARE INTEGER GdipDisposeImage IN gdiplus;
INTEGER img
img [in] Identifies the Image created by GdipLoadImageFromFile, GdipLoadImageFromStream and other Image constructors.
Returns GpStatus value, 0 means success.