Function Reference


_GDIPlus_CustomLineCapDispose

Release a custom line cap object

#include <GDIPlus.au3>
_GDIPlus_CustomLineCapDispose ( $hCap )

Parameters

$hCap Handle to a custom line cap object

Return Value

Success: True.
Failure: False and sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPIP_ERR* see GPIPlusConstants.au3).

See Also

Search GdipDeleteCustomLineCap in MSDN Library.