GoDiagram Web Reference
GoBasicNode Constructor(GoFigure)

a GoFigure enumeration value
Create a GoBasicNode with a port and a label and a GoDrawing shape, initialized to have the figure fig and a Middle LabelSpot.
Syntax
'Declaration
 
Public Function New( _
   ByVal fig As GoFigure _
)
public GoBasicNode( 
   GoFigure fig
)

Parameters

fig
a GoFigure enumeration value
Remarks
This constructor basically does the following, but more efficiently:
            GoBasicNode n = new GoBasicNode();
            n.LabelSpot = GoObject.Middle;
            n.Text = "";
            n.Shape = new GoDrawing(fig);
            
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also

Reference

GoBasicNode Class
GoBasicNode Members
Overload List

 

 


© 2013. Northwoods Software Corporation. All Rights Reserved.

Send Feedback