Function Reference


_GDIPlus_PathSetMarker

Designates the last point in a path as a marker point

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

Parameters

$hPath Pointer to a GraphicsPath object

Return Value

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

Remarks

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.

Related

_GDIPlus_PathIterNextMarkerPath

See Also

Search GdipSetPathMarker in MSDN Library.