Interface IMaaRectBufferStatic<THandle>
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
An interface defining wrapped static abstract members for MaaRectBuffer with generic handle.
public interface IMaaRectBufferStatic<THandle>
Type Parameters
THandle
-
The type of handle.
Methods
- TryGetValues(THandle, out int, out int, out int, out int)
-
Gets values from a MaaRectBuffer.
- TryGetValues(out int, out int, out int, out int, Func<THandle, bool>)
-
Gets values from a function using MaaRectBuffer.
- TrySetValues(THandle, int, int, int, int)
-
Sets values to a MaaRectBuffer.
- TrySetValues(int, int, int, int, Func<THandle, bool>)
-
Sets values to a function using MaaRectBuffer.