Table of Contents

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

Width int

Width

Height int

Height

Properties

Height

Height

public int Height { get; init; }

Property Value

int

Width

Width

public int Width { get; init; }

Property Value

int

Methods

Deconstruct(out int, out int)

public void Deconstruct(out int width, out int height)

Parameters

width int
height int