Method TryIndexOf
- Namespace
- MaaFramework.Binding.Buffers
- Assembly
- MaaFramework.Binding.Native.dll
TryIndexOf(MaaImageBuffer, out ulong)
Attempts to get index of the specified element.
public override bool TryIndexOf(MaaImageBuffer item, out ulong index)Parameters
itemMaaImageBuffer-
The element.
indexulong-
The zero-based index of the
item.
Returns
Exceptions
- NotSupportedException
-
The type of item is not supported.