Terminal.Gui 1.0.0.0 System.ValueType Stores a set of four integers that represent the location and size of a rectangle To be added. Constructor 1.0.0.0 To be added. To be added. Rectangle Constructor Creates a Rectangle from Point and Size values. Constructor 1.0.0.0 To be added. To be added. To be added. To be added. Rectangle Constructor Creates a Rectangle from a specified x,y location and width and height values. Property 1.0.0.0 System.Int32 Bottom Property To be added. The Y coordinate of the bottom edge of the Rectangle. Read only. Method 1.0.0.0 System.Boolean To be added. Contains Method To be added. Checks if a Point lies within this Rectangle. Method 1.0.0.0 System.Boolean To be added. Contains Method To be added. Checks if a Rectangle lies entirely within this Rectangle. Method 1.0.0.0 System.Boolean To be added. To be added. Contains Method To be added. Checks if an x,y coordinate lies within this Rectangle. Field 1.0.0.0 Terminal.Gui.Rect Empty Shared Field An uninitialized Rectangle Structure. Method 1.0.0.0 System.Boolean To be added. Equals Method To be added. Checks equivalence of this Rectangle and another object. Method 1.0.0.0 Terminal.Gui.Rect To be added. To be added. To be added. To be added. FromLTRB Shared Method To be added. Produces a Rectangle structure from left, top, right and bottom coordinates. Method 1.0.0.0 System.Int32 GetHashCode Method To be added. Calculates a hashing value. Field 1.0.0.0 System.Int32 Gets or sets the height of this Rectangle structure. To be added. Method 1.0.0.0 System.Void To be added. Inflate Method Inflates the Rectangle by a specified Size. Method 1.0.0.0 System.Void To be added. To be added. Inflate Method Inflates the Rectangle by a specified width and height. Method 1.0.0.0 Terminal.Gui.Rect To be added. To be added. To be added. Inflate Shared Method To be added. Produces a new Rectangle by inflating an existing Rectangle by the specified coordinate values. Method 1.0.0.0 System.Void To be added. Intersect Method Replaces the Rectangle with the intersection of itself and another Rectangle. Method 1.0.0.0 Terminal.Gui.Rect To be added. To be added. Intersect Shared Method To be added. Produces a new Rectangle by intersecting 2 existing Rectangles. Returns null if there is no intersection. Method 1.0.0.0 System.Boolean To be added. IntersectsWith Method To be added. Checks if a Rectangle intersects with this one. Property 1.0.0.0 System.Boolean IsEmpty Property To be added. Indicates if the width or height are zero. Read only. Property 1.0.0.0 System.Int32 Left Property To be added. The X coordinate of the left edge of the Rectangle. Read only. Property 1.0.0.0 Terminal.Gui.Point Location Property To be added. The Location of the top-left corner of the Rectangle. Method 1.0.0.0 System.Void To be added. Offset Method Moves the Rectangle a specified distance. Method 1.0.0.0 System.Void To be added. To be added. Offset Method Moves the Rectangle a specified distance. Method 1.0.0.0 System.Boolean To be added. To be added. Equality Operator To be added. Compares two Rectangle objects. The return value is based on the equivalence of the Location and Size properties of the two Rectangles. Method 1.0.0.0 System.Boolean To be added. To be added. Inequality Operator To be added. Compares two Rectangle objects. The return value is based on the equivalence of the Location and Size properties of the two Rectangles. Property 1.0.0.0 System.Int32 Right Property To be added. The X coordinate of the right edge of the Rectangle. Read only. Property 1.0.0.0 Terminal.Gui.Size Size Property To be added. The Size of the Rectangle. Property 1.0.0.0 System.Int32 Top Property To be added. The Y coordinate of the top edge of the Rectangle. Read only. Method 1.0.0.0 System.String ToString Method To be added. Formats the Rectangle as a string in (x,y,w,h) notation. Method 1.0.0.0 Terminal.Gui.Rect To be added. To be added. Union Shared Method To be added. Produces a new Rectangle from the union of 2 existing Rectangles. Field 1.0.0.0 System.Int32 Gets or sets the width of this Rect structure. To be added. Field 1.0.0.0 System.Int32 Gets or sets the x-coordinate of the upper-left corner of this Rectangle structure. To be added. Field 1.0.0.0 System.Int32 Gets or sets the y-coordinate of the upper-left corner of this Rectangle structure. To be added.