Table of Contents

Method Get

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

Get(nint, out int, out int, out int, out int)

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

public static void Get(nint handle, out int x, out int y, out int width, out int height)

Parameters

handle nint
x int

The horizontal coordinate.

y int

The vertical coordinate.

width int

The width.

height int

The height.