GoDigram for .NET Framework and .NET Core
Northwoods.Go.Pdf Namespace / GoPdfGenerator Class / DrawPath Method
The pen with which to draw the path
The brush with which to draw the path
The path to draw
In This Topic
    DrawPath Method (GoPdfGenerator)
    In This Topic
    Draws a GraphicsPath object.
    Syntax
    public void DrawPath( 
       Pen pen,
       Brush brush,
       GraphicsPath path
    )

    Parameters

    pen
    The pen with which to draw the path
    brush
    The brush with which to draw the path
    path
    The path to draw
    See Also