Gets the end cap styles for both the start line cap and the end line cap
#include <GDIPlus.au3>
_GDIPlus_CustomLineCapGetStrokeCaps ( $hCustomLineCap )
$hCustomLineCap | Pointer to a CustomLineCap object |
Success: | an array with the following format: [0] - Start line cap style [1] - End line cap style |
Failure: | sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPIP_ERR* see GPIPlusConstants.au3). |
_GDIPlus_CustomLineCapSetStrokeCaps
Search GdipGetCustomLineCapStrokeCaps in MSDN Library.