Win32WindowMove Method (Int32, Int32) |
Changes the position of this window.
For a top-level window, the position is relative to the upper-left corner of the screen.
For a child window, it's 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 bool Move(
int x,
int y
)
Parameters
- x
- Type: SystemInt32
The new position of the left side of the window. - y
- Type: SystemInt32
The new position of the top of the window.
Return Value
Type:
Booleantrue if the call succeeded,
false otherwise.
See Also