EdgeEndPoint
Description:
Constructs an instance of EdgeEndPoint.
Constructs an instance of EdgeEndPoint.
public EdgeEndPoint(
Edge edge,
int index
)
-
edgeThe Edge.
-
Int32indexUse 0 for the start point, 1 for the end point of an Edge.
-
A non-optional argument was null
-
The given value for index is not 0 or 1.