Table of Contents

Method Deconstruct

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

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

Deconstructs the current MaaFramework.Binding.Buffers.IMaaRectBuffer.

void Deconstruct(out int x, out int y, out int width, out int height)

Parameters

x int

The horizontal coordinate.

y int

The vertical coordinate.

width int

The width.

height int

The height.