GoDigram for .NET Framework and .NET Core
Northwoods.Go Namespace / GoBasicNode Class / GoBasicNode Constructor / GoBasicNode Constructor()
In This Topic
    GoBasicNode Constructor()
    In This Topic
    Create a GoBasicNode with just a port and a shape centered behind the port, but no label.
    Syntax
    public GoBasicNode()
    Remarks
    This calls CreatePort and CreateShape to get initial values for Port and Shape.
    See Also