System.Drawing.Drawing2D.GraphicsPath.ClearMarkers Method

Clears all markers from this path.

Syntax

public void ClearMarkers ()

Remarks

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.

Requirements

Namespace: System.Drawing.Drawing2D
Assembly: System.Drawing (in System.Drawing.dll)
Assembly Versions: 1.0.5000.0, 2.0.0.0