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
Properties
Height
public int Height { get; init; }
Property Value
Width
public int Width { get; init; }