GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoView Class / GoView Constructor / GoView Constructor(GoDocument)
The GoDocument to display.
In This Topic
    GoView Constructor(GoDocument)
    In This Topic
    Create a GoView displaying the contents of a given GoDocument.
    Syntax
    public GoView( 
       GoDocument doc
    )

    Parameters

    doc
    The GoDocument to display.
    See Also