Struct RowPlanEntry
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct RowPlanEntry : IEquatable<RowPlanEntry>
Implements
Inherited Members
object.Equals(object?), object.Equals(object?, object?), object.GetHashCode(), object.GetType(), object.ReferenceEquals(object?, object?), object.ToString()
Constructors
RowPlanEntry(uint, uint, double, float, RowAction)
public RowPlanEntry(uint NodeId, uint BufferId, double Top, float Height, RowAction Action)
Parameters
NodeId
uint
BufferId
uint
Top
double
Height
float
Action
RowAction
Properties
Action
public RowAction Action { get; init; }
Property Value
BufferId
public uint BufferId { get; init; }
Property Value
Height
public float Height { get; init; }
Property Value
NodeId
public uint NodeId { get; init; }
Property Value
Top
public double Top { get; init; }