Table of Contents

Class CompanionWindowBounds

Namespace
Cress.Companion
Assembly
Cress.Companion.Core.dll
public sealed record CompanionWindowBounds : IEquatable<CompanionWindowBounds>
Inheritance
CompanionWindowBounds
Implements
Inherited Members

Constructors

CompanionWindowBounds(int, int, int, int)

public CompanionWindowBounds(int Left, int Top, int Width, int Height)

Parameters

Left int
Top int
Width int
Height int

Properties

Height

public int Height { get; init; }

Property Value

int

Left

public int Left { get; init; }

Property Value

int

Top

public int Top { get; init; }

Property Value

int

Width

public int Width { get; init; }

Property Value

int