Changes the dimensions of this window.
For a top-level window, the dimensions are relative to the upper-left corner of the screen.
For a child window, they are relative to the upper-left corner of the parent window's client area.
Namespace:
ShellBoost.Core.Utilities
Assembly:
ShellBoost.Core (in ShellBoost.Core.dll) Version: 1.8.3.0
Syntax public void Resize(
int width,
int height
)
Parameters
- width
- Type: SystemInt32
The new width of the window. - height
- Type: SystemInt32
The new height of the window.
Return Value
Type:
true if the call succeeded,
false otherwise.
See Also