Table of Contents

Method GetValues

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

GetValues(out int, out int, out int, out int)

Gets values of a MaaFramework.Binding.Buffers.IMaaRectBuffer.

public void GetValues(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.