Use the GraphicsPath.SetMarkers method to create a marker at the current location in a System.Drawing.Drawing2D.GraphicsPath. Use the GraphicsPathIterator.NextMarker(GraphicsPath) method to iterate through the existing markers in a path.
Markers are used to separate groups of subpaths. One or more subpaths can be contained between two markers.