Skip to main content

Struct RowWindow

Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll

public readonly record struct RowWindow : IEquatable<RowWindow>

Implements

IEquatable<RowWindow>

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

uint

StartIndex

public uint StartIndex { get; init; }

Property Value

uint

TotalHeight

public double TotalHeight { get; init; }

Property Value

double