'Declaration
Public Overloads Sub DrawPath( _ ByVal pen As Pen, _ ByVal path As GraphicsPath _ )
public void DrawPath( Pen pen, GraphicsPath path )
Parameters
- pen
- The System.Drawing.Pen used to stroke the specified path.
- path
- The System.Drawing.Drawing2D.GraphicsPath to draw.