Group: GDI+ Image - Library: gdiplus
Custom GDI+ class
Adding a background image to VFP report (VFP9, ReportListener)
GpStatus WINGDIPAPI GdipLoadImageFromFile(
GDIPCONST WCHAR* filename,
GpImage **image
)
DECLARE INTEGER GdipLoadImageFromFile IN gdiplus;
STRING filename,;
INTEGER @ img
filename [in] Pointer to a wide-character string that specifies the name of the file.
img [out] Image handle.
Returns GpStatus value, 0 means success.