Class ScreenArea
public sealed record ScreenArea : IEquatable<ScreenArea>
- Inheritance
-
ScreenArea
- Implements
- Inherited Members
Constructors
ScreenArea(long, long)
public ScreenArea(long Width, long Height)
Parameters
Properties
Height
public long Height { get; init; }
Property Value
Width
public long Width { get; init; }