Skip to main content

Struct VirtualRowMetric

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

public readonly record struct VirtualRowMetric : IEquatable<VirtualRowMetric>

Implements

IEquatable<VirtualRowMetric>

Inherited Members

object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()

Constructors

VirtualRowMetric(uint, double)

public VirtualRowMetric(uint NodeId, double Height)

Parameters

NodeId uint

Height double

Properties

Height

public double Height { get; init; }

Property Value

double

NodeId

public uint NodeId { get; init; }

Property Value

uint