Table of Contents

Property this

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

this[ulong]

Gets the element at the specified index.

public override MaaImageBuffer this[ulong index] { get; }

Property Value

MaaImageBuffer

Remarks

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

Exceptions

MaaInteroperationException

index is not a valid index in the MaaFramework.Binding.Buffers.IMaaListBuffer`1.