protected virtual GoPort CreatePort( int spot )
protected virtual GoPort CreatePort(int spot) { GoPort p = new GoPort(); p.Style = GoPortStyle.None; p.Size = new SizeF(4, 4); p.FromSpot = spot; p.ToSpot = spot; return p; }
GoTextNode Class GoTextNode Members