Construct an HVLine by coordinates.
Constructor.
public HVLine();
Construct a new HVLine based on another.
public HVLine(HVLine);
Construct a new HVLine based on two points.
public HVLine(Point,Point);
Construct an HVLine by coordinates.
public HVLine(int,int,int,int);
HVLine Class | Ant.Workflow.View.TransitionRouting Namespace