Skip to content

Latest commit

 

History

History
43 lines (29 loc) · 863 Bytes

GdipDeleteBrush.md

File metadata and controls

43 lines (29 loc) · 863 Bytes

Home

Function name : GdipDeleteBrush

Group: GDI+ Brush - Library: gdiplus


Deletes the specified Brush object.


Code examples:

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

Declaration:

GpStatus WINGDIPAPI GdipDeleteBrush(
	GpBrush *brush
)
  

FoxPro declaration:

DECLARE INTEGER GdipDeleteBrush IN gdiplus;
	INTEGER brush  

Parameters:

brush [in] Handle to the Brush object created with GdipCreateSolidFill, GdipCreateHatchBrush, GdipCloneBrush or similar function.


Return value:

Returns 0 on success.