Skip to content

Latest commit

 

History

History
42 lines (28 loc) · 727 Bytes

GdipDeletePen.md

File metadata and controls

42 lines (28 loc) · 727 Bytes

Home

Function name : GdipDeletePen

Group: GDI+ Pen - Library: gdiplus


Deletes the specified Pen object.


Code examples:

Custom GDI+ class

Declaration:

GpStatus WINGDIPAPI GdipDeletePen(
	GpPen *pen
)
  

FoxPro declaration:

DECLARE INTEGER GdipDeletePen IN gdiplus;
	INTEGER gdipen  

Parameters:

pen [in] Handle to the Pen object created with GdipCreatePen1, GdipCreatePen2 or GdipClonePen functions.


Return value:

Returns 0 on success.