IWindowControl.SetRect method
Move/resize the window (size honoured only for Resizable windows). The new rect is persisted by the framework. Used by plugins that remember their own per-mode geometry.
public void SetRect(WindowRect rect)See Also
Section titled “See Also”- struct WindowRect
- interface IWindowControl
- namespace Stellar.Abstractions.Services