Interface IMaaBuffer<THandle, TBuffer>
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
An interface defining common members for MaaBuffer.
public interface IMaaBuffer<in THandle, in TBuffer> : IMaaBuffer<TBuffer>, IMaaDisposable, IDisposable
Type Parameters
THandle
-
The type of buffer handle.
TBuffer
-
The type of buffer.
Implements
Methods
- TryCopyTo(THandle)
-
Copies all values of the current buffer to the specified buffer.