Interface IMaaRectBuffer
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
An interface defining wrapped members for MaaFramework.Binding.Buffers.IMaaRectBuffer.
public interface IMaaRectBuffer : IMaaBuffer<IMaaRectBuffer>, IMaaDisposable, IDisposable
Implements
Properties
- Height
-
Gets the height value.
- Width
-
Gets the width value.
- X
-
Gets the horizontal coordinate.
- Y
-
Gets the vertical coordinate.
Methods
- GetValues(out int, out int, out int, out int)
-
Gets values of a MaaFramework.Binding.Buffers.IMaaRectBuffer.
- SetValues(int, int, int, int)
-
Sets values of a MaaFramework.Binding.Buffers.IMaaRectBuffer.