Function Reference


_GDIPlus_CustomLineCapGetStrokeCaps

Gets the end cap styles for both the start line cap and the end line cap

#include <GDIPlus.au3>
_GDIPlus_CustomLineCapGetStrokeCaps ( $hCustomLineCap )

Parameters

$hCustomLineCap Pointer to a CustomLineCap object

Return Value

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).

Related

_GDIPlus_CustomLineCapSetStrokeCaps

See Also

Search GdipGetCustomLineCapStrokeCaps in MSDN Library.