Constructor of WndSavedRect(+ 2 overloads)
Overload
Gets window rectangle and state for saving. Usually called when closing the window. See also WndSavedRect.ToString.
public WndSavedRect(wnd w)
Parameters
| w (wnd) |
Exceptions
|
AuWndException
Failed to get rectangle, probably invalid window handle. |
Overload(next)
Gets window rectangle and state for saving. Usually called when closing the window. See also WndSavedRect.ToString.
public WndSavedRect(Window w)
Parameters
| w (Window) |
Exceptions
|
AuWndException
Failed to get rectangle, probably invalid window handle. |
Overload(top)
Gets window rectangle and state for saving. Usually called when closing the window. See also WndSavedRect.ToString.
public WndSavedRect(Form form)
Parameters
| form (Form) |
Exceptions
|
AuWndException
Failed to get rectangle, probably invalid window handle. |