Class Size
- Namespace
- NetAutoGUI
- Assembly
- NetAutoGUI.dll
Size
public record Size : IEquatable<Size>
- Inheritance
-
Size
- Implements
- Inherited Members
Constructors
Size(int, int)
Size
public Size(int Width, int Height)
Parameters
Properties
Height
Height
public int Height { get; init; }
Property Value
Width
Width
public int Width { get; init; }
Property Value
Methods
Deconstruct(out int, out int)
public void Deconstruct(out int width, out int height)