GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / DrawPath Method
In This Topic
    DrawPath Method (GoShape)
    In This Topic
    Draw a general GraphicsPath, filling with the brush and outlining with the pen.
    Syntax
    public static void DrawPath( 
       Graphics g,
       GoView view,
       Pen pen,
       Brush brush,
       GraphicsPath path
    )

    Parameters

    g
    view
    pen
    brush
    path
    See Also