Graphics.DrawPath

Graphics.DrawPath method

Draws a GraphicsPath.

public void DrawPath(Pen pen, GraphicsPath path)
ParameterTypeDescription
penPenPen that determines the color, width, and style of the path.
pathGraphicsPathGraphicsPath to draw.

See Also