Constructor DesktopWindowInfo
- Namespace
- MaaFramework.Binding
- Assembly
- MaaFramework.Binding.dll
DesktopWindowInfo(nint, string, string, Win32ScreencapMethods, Win32InputMethod, Win32InputMethod)
A record providing properties of window information.
public DesktopWindowInfo(nint Handle, string Name, string ClassName, Win32ScreencapMethods ScreencapMethods = Win32ScreencapMethods.Background, Win32InputMethod MouseMethod = Win32InputMethod.Seize, Win32InputMethod KeyboardMethod = Win32InputMethod.Seize)Parameters
Handlenint-
Gets the handle to a window.
Namestring-
Gets the window name.
ClassNamestring-
Gets the window class name.
ScreencapMethodsWin32ScreencapMethods-
The screencap methods.
MouseMethodWin32InputMethod-
The mouse method.
KeyboardMethodWin32InputMethod-
The keyboard method.