Table of Contents

Method Add

Namespace
MaaFramework.Binding.Buffers
Assembly
MaaFramework.Binding.Native.dll

Add(MaaImageBuffer)

Adds an element to the MaaFramework.Binding.Buffers.IMaaListBuffer`1.

public override bool Add(MaaImageBuffer item)

Parameters

item MaaImageBuffer

The object to add to the MaaFramework.Binding.Buffers.IMaaListBuffer`1.

Returns

bool

true if the element is added successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaBuffer.MaaImageListBufferAppend(System.IntPtr,System.IntPtr).

Exceptions

NotSupportedException

The MaaFramework.Binding.Buffers.IMaaListBuffer`1 is read-only.