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