Skip to content

Latest commit

 

History

History
41 lines (28 loc) · 701 Bytes

GdipDeleteStringFormat.md

File metadata and controls

41 lines (28 loc) · 701 Bytes

Home

Function name : GdipDeleteStringFormat

Group: GDI+ StringFormat - Library: gdiplus


Deletes the specified StringFormat object .


Code examples:

Custom GDI+ class

Declaration:

GpStatus WINGDIPAPI GdipDeleteStringFormat(
	GpStringFormat *format
)  

FoxPro declaration:

DECLARE INTEGER GdipDeleteStringFormat IN gdiplus;
	INTEGER fmt  

Parameters:

format [in] Handle to the GDI+ StringFormat object created by GdipDeleteStringFormat function.


Return value:

Returns 0 on success.