Method SetValues
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.Native.dll
SetValues(int, int, int, int)
Sets values of a MaaFramework.Binding.Buffers.IMaaRectBuffer.
public bool SetValues(int x, int y, int width, int height)
Parameters
x
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).