Table of Contents

Constructor ImageInfo

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

ImageInfo(int, int, int, int)

A sealed record providing properties of image information.

public ImageInfo(int Width, int Height, int Channels, int Type)

Parameters

Width int

Gets the image width.

Height int

Gets the image height.

Channels int

Gets the image channels.

Type int

Gets the image type.