Flexivert Library Documentation
UIEdge Constructor (f, s)
NamespacesFlexivert.UIUIEdgeUIEdge(Vertex, Vertex)
Creates a new instance of the UIEdge class.
Declaration Syntax
C#Visual BasicVisual C++
public UIEdge(
	Vertex f,
	Vertex s
)
Public Sub New ( _
	f As Vertex, _
	s As Vertex _
)
public:
UIEdge(
	Vertex^ f, 
	Vertex^ s
)
Parameters
f (Vertex)
The first vertex (origin) of the edge.
s (Vertex)
The second vertex (destination) of the edge.

Assembly: FVUI (Module: FVUI) Version: 0.5.4.9 (0.5.4.9)