Funktionreferenz


_GDIPlus_CustomLineCapSetStrokeCaps


Sets the distance between the base cap to the start of the line

#include <GDIPlus.au3>
_GDIPlus_CustomLineCapSetStrokeCaps ( $hCustomLineCap, $iStartCap, $iEndCap )

Parameter

$hCustomLineCap Pointer to a CustomLineCap object
$iStartCap Line cap that will be used for the start of the line to be drawn
$iEndCap Line cap that will be used for the end of the line to be drawn

Rückgabewert

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

Bemerkungen

None.

Verwandte Funktionen

_GDIPlus_CustomLineCapGetStrokeCaps

Siehe auch

Suche nach GdipSetCustomLineCapStrokeCaps in der MSDN Bibliothek.