Show / Hide Table of Contents

Struct SIZE

Width and height.

public record struct SIZE : IEquatable<SIZE>

Namespace: Au.Types
Assembly: Au.dll

Constructors

Name Description
SIZE(int, int)

Fields

Name Description
height
width

Methods

Name Description
Deconstruct(out int, out int)
From(SizeF, bool)
From(Size, bool)
ToString()

Returns the fully qualified type name of this instance.

Operators

Name Description
operator +(SIZE, (int x, int y))

Returns new SIZE(z.width + d.x, z.height + d.y).

implicit operator Size(SIZE)
implicit operator SizeF(SIZE)
implicit operator Size(SIZE)
implicit operator SIZE(Size)
implicit operator SIZE((int width, int height))