Table of Contents

Class ImageInfo

Namespace
MaaFramework.Binding
Assembly
MaaFramework.Binding.dll

A sealed record providing properties of image information.

public sealed record ImageInfo : IEquatable<ImageInfo>

Inheritance

Implements

Inherited Members

Constructors

ImageInfo(int, int, int, int)

A sealed record providing properties of image information.

Properties

Channels

Gets the image channels.

Height

Gets the image height.

Type

Gets the image type.

Width

Gets the image width.