Table of Contents

Method TryResize

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

TryResize(int, int)

Resizes the image.

bool TryResize(int width, int height)

Parameters

width int

The target width.

height int

The target height.

Returns

bool

true if the image was resized successfully; otherwise, false.