GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoShape Class / Paint Method
In This Topic
    Paint Method (GoShape)
    In This Topic
    Paint this shape, using this shape's Brush and Pen, with a shadow if Shadowed is true.
    Syntax
    public override void Paint( 
       Graphics g,
       GoView view
    )

    Parameters

    g
    view
    See Also