System.Drawing.Drawing2D.GraphicsPath.SetMarkers Method

Sets a marker on this System.Drawing.Drawing2D.GraphicsPath.

Syntax

public void SetMarkers ()

Remarks

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.

Requirements

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