Table of Contents

Method OverrideImage

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

OverrideImage(string, IMaaImageBuffer)

Override the image which name from the value of property field e.g. "template".

bool OverrideImage(string imageName, IMaaImageBuffer image)

Parameters

imageName string

The image name.

image IMaaImageBuffer

An MaaFramework.Binding.Buffers.IMaaImageBuffer used to set the image.

Returns

bool

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