Table of Contents

Struct Size

Namespace
ItTiger.TigerCli.Primitives
Assembly
ItTiger.TigerCli.dll
Width and height pair.
public readonly record struct Size : IEquatable<Size>
Implements
Inherited Members

Constructors

Size(int, int)

Width and height pair.
public Size(int Width, int Height)

Parameters

Width int
Height int

Properties

Height

public int Height { get; init; }

Property Value

int

Width

public int Width { get; init; }

Property Value

int