| Revit 2022.1 API |
| UIView..::..GetWindowRectangle Method |
| UIView Class See Also |
Gets the rectangle containing the coordinates of the view's drawing area.
Namespace: Autodesk.Revit.UI
Assembly: RevitAPIUI (in RevitAPIUI.dll) Version: 22.0.0.0 (22.1.1.0)
Since:
2013
Syntax
| C# |
|---|
public Rectangle GetWindowRectangle() |
| Visual Basic |
|---|
Public Function GetWindowRectangle As Rectangle |
| Visual C++ |
|---|
public: Rectangle^ GetWindowRectangle() |