Sets a marker on this System.Drawing.Drawing2D.GraphicsPath.
This method creates a marker on the path that can be used to separate sections of the path. You can then use the GraphicsPathIterator.NextMarker(GraphicsPath) methods to iterate through the markers in the path.
Markers are used to separate groups of subpaths. One or more subpaths can be contained between two markers in the path.