Method Set
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.Native.dll
Set(nint, int, int, int, int)
Sets values of a MaaFramework.Binding.Buffers.IMaaRectBuffer.
public static bool Set(nint handle, int x, int y, int width, int height)
Parameters
handle
nintx
int-
The horizontal coordinate.
y
int-
The vertical coordinate.
width
int-
The width.
height
int-
The height.
Returns
Remarks
Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaRectSet(System.IntPtr,System.Int32,System.Int32,System.Int32,System.Int32).