Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 883 Bytes

GdipDisposeImage.md

File metadata and controls

43 lines (29 loc) · 883 Bytes

Home

Function name : GdipDisposeImage

Group: GDI+ Image - Library: gdiplus


The GdipDisposeImage releases an Image object.


Code examples:

Custom GDI+ class
Adding a background image to VFP report (VFP9, ReportListener)

Declaration:

GpStatus WINGDIPAPI GdipDisposeImage(
	GpImage *image
)
  

FoxPro declaration:

DECLARE INTEGER GdipDisposeImage IN gdiplus;
	INTEGER img  

Parameters:

img [in] Identifies the Image created by GdipLoadImageFromFile, GdipLoadImageFromStream and other Image constructors.


Return value:

Returns GpStatus value, 0 means success.