Designates the last point in a path as a marker point
#include <GDIPlus.au3>
_GDIPlus_PathSetMarker ( $hPath )
$hPath | Pointer to a GraphicsPath object |
Success: | True. |
Failure: | False and sets the @error flag to non-zero, @extended may contain GPSTATUS error code ($GPIP_ERR* see GPIPlusConstants.au3). |
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.
_GDIPlus_PathIterNextMarkerPath
Search GdipSetPathMarker in MSDN Library.