Ant Organisation Ltd documentation

HVLine Constructor (Int32, Int32, Int32, Int32)

Construct an HVLine by coordinates.

public HVLine(
   int x1,
   int y1,
   int x2,
   int y2
);

Parameters

x1
Starting x-coordinate for the line.
y1
Starting y-coordinate for the line.
x2
Ending x-coordinate for the line.
y2
Ending y-coordinate for the line.

See Also

HVLine Class | Ant.Workflow.View.TransitionRouting Namespace | HVLine Constructor Overload List