Ant Organisation Ltd documentation

Rect Constructor

Constructor.

Overload List

Default constructor.

public Rect();

Initialises a new instance of Rect based on an HVLine.

public Rect(HVLine);

Initialises a new Instance of Rect based on a given Rect.

public Rect(Rect);

Initialises a new instance of Rect based on Points representing the top-left and bottom-right of the rectangle.

public Rect(Point,Point);

Initialises a new Instance of Rect based on a System.Drawing.Rectangle structure.

public Rect(Rectangle);

Constructor.

public Rect(int,int,int,int);

See Also

Rect Class | Ant.Workflow.View.TransitionRouting Namespace