Table of Contents

Interface IMaaRectBuffer

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

An interface defining wrapped members for MaaFramework.Binding.Buffers.IMaaRectBuffer.

public interface IMaaRectBuffer : IMaaBuffer<IMaaRectBuffer>, IMaaDisposable, IDisposable

Implements

Properties

Height

Gets the height.

Width

Gets the width.

X

Gets the horizontal coordinate.

Y

Gets the vertical coordinate.

Methods

Deconstruct(out int, out int, out int, out int)

Deconstructs the current MaaFramework.Binding.Buffers.IMaaRectBuffer.

TryGetValues(out int, out int, out int, out int)

Gets values from a MaaRectBuffer.

TrySetValues(int, int, int, int)

Sets values to a MaaRectBuffer.