Interface IMaaImageBuffer
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.dll
An interface defining wrapped members for MaaImageBuffer.
public interface IMaaImageBuffer : IMaaBuffer<IMaaImageBuffer>, IMaaDisposable, IDisposable
Implements
Properties
- EncodedDataStream
-
Gets or sets the image encoded data stream.
- Info
-
Gets the image info.
- IsEmpty
-
Gets a value indicates whether the image of the MaaFramework.Binding.Buffers.IMaaImageBuffer is empty.
Methods
- Clear()
-
Clears the image of the MaaFramework.Binding.Buffers.IMaaImageBuffer.