Interface IMaaImageListBufferStatic<THandle>
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
An interface defining wrapped static abstract members for MaaImageListBuffer with generic handle.
public interface IMaaImageListBufferStatic<THandle>
Type Parameters
THandle
-
The type of handle.
Methods
- TryGetEncodedDataList(THandle, out IList<byte[]>)
-
Gets the image encoded data list from a MaaImageListBuffer.
- TryGetEncodedDataList(out IList<byte[]>, Func<THandle, bool>)
-
Gets the image encoded data list from a function using MaaImageListBuffer.
- TrySetEncodedDataList(THandle, IEnumerable<byte[]>)
-
Sets the image encoded data list to a MaaImageListBuffer.
- TrySetEncodedDataList(THandle, IEnumerable<Stream>)
-
Sets the image encoded data list to a MaaImageListBuffer.
- TrySetEncodedDataList(IEnumerable<byte[]>, Func<THandle, bool>)
-
Sets the image encoded data list to a function using MaaImageListBuffer.
- TrySetEncodedDataList(IEnumerable<Stream>, Func<THandle, bool>)
-
Sets the image encoded data list to a function using MaaImageListBuffer.