Ant Organisation Ltd documentation

HVLine Constructor

Construct an HVLine by coordinates.

Overload List

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);

See Also

HVLine Class | Ant.Workflow.View.TransitionRouting Namespace