Funktionreferenz


_GDIPlus_PathSetMarker


Designates the last point in a path as a marker point

#include <GDIPlus.au3>
_GDIPlus_PathSetMarker ( $hPath )

Parameter

$hPath Pointer to a GraphicsPath object

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

A path can have markers that divide the path into sections. You can use a GraphicsPathIterator object to isolate one or more of those sections.

Verwandte Funktionen

_GDIPlus_PathIterNextMarkerPath

Siehe auch

Suche nach GdipSetPathMarker in der MSDN Bibliothek.