Release a custom line cap object
#include <GDIPlus.au3>
_GDIPlus_CustomLineCapDispose ( $hCap )
$hCap | Handle to a custom line cap object |
Success: | True. |
Failure: | False and sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPIP_ERR* see GPIPlusConstants.au3). |
Search GdipDeleteCustomLineCap in MSDN Library.