Struct LayoutSize
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct LayoutSize : IEquatable<LayoutSize>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
LayoutSize(double, double)
public LayoutSize(double Width, double Height)
Parameters
Width
double
Height
double
Properties
Height
public double Height { get; init; }
Property Value
Width
public double Width { get; init; }
Property Value
Methods
ClampNonNegative()
public LayoutSize ClampNonNegative()