Table of Contents

Method TryGetValues

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

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

Gets values from a MaaRectBuffer.

bool TryGetValues(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.

Returns

bool

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