Ant Organisation Ltd documentation

Rect Constructor (Int32, Int32, Int32, Int32)

Constructor.

public Rect(
   int x,
   int y,
   int width,
   int height
);

Parameters

x
The x-coordinate of the upper-left corner of the rectange.
y
The y-coordinate of the upper-left corner of the rectange.
width
The width of the rectangle. Cannot be less than zero.
height
The height of the rectangle. Cannot be less than zero.

See Also

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