RVTDocs.com
Namespace: Autodesk.Revit.DB

Rectangle

Class
Description:
Stores a set of four integers that represent the left, top, right and bottom of a rectangle.
Remarks:
It usually represents a rectangle on the screen. Left must be less than right and top must be less than bottom.
Inheritance Hierarchy:
System.Object
  Autodesk.Revit.DB.Rectangle
Syntax
public class Rectangle : IDisposable