Table of Contents

Method GetCachedImage

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

GetCachedImage(IMaaImageBuffer)

Gets the cached image.

public bool GetCachedImage(IMaaImageBuffer image)

Parameters

image IMaaImageBuffer

An MaaFramework.Binding.Buffers.IMaaImageBuffer used to get the cached image.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Exceptions

ArgumentNullException

GetCachedImage(MaaImageBuffer)

Gets the cached image.

public bool GetCachedImage(MaaImageBuffer image)

Parameters

image MaaImageBuffer

An MaaFramework.Binding.Buffers.IMaaImageBuffer used to get the cached image.

Returns

bool

true if the operation was executed successfully; otherwise, false.

Remarks

Wrapper of MaaFramework.Binding.Interop.Native.MaaController.MaaControllerCachedImage(System.IntPtr,System.IntPtr).

Exceptions

ArgumentNullException