Struct RowWindow
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct RowWindow : IEquatable<RowWindow>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
RowWindow(uint, uint, double)
public RowWindow(uint StartIndex, uint EndIndex, double TotalHeight)
Parameters
StartIndex
uint
EndIndex
uint
TotalHeight
double
Properties
EndIndex
public uint EndIndex { get; init; }
Property Value
StartIndex
public uint StartIndex { get; init; }
Property Value
TotalHeight
public double TotalHeight { get; init; }