Revit 2025 API
Rectangle(Int |
Creates an Rectangle instance with the specified four integers
that represent the left, top, right and bottom of a rectangle.
Namespace: Autodesk.Revit.DB
Assembly: RevitAPI (in RevitAPI.dll) Version: 25.0.0.0 (25.0.0.0)
Syntax
public Rectangle( int left, int top, int right, int bottom )
Public Sub New ( left As Integer, top As Integer, right As Integer, bottom As Integer )
public: Rectangle( int left, int top, int right, int bottom )
new : left : int * top : int * right : int * bottom : int -> Rectangle
Parameters
See Also