Skip to main content

Struct RowPlanEntry

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

public readonly record struct RowPlanEntry : IEquatable<RowPlanEntry>

Implements

IEquatable<RowPlanEntry>

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

RowAction

BufferId

public uint BufferId { get; init; }

Property Value

uint

Height

public float Height { get; init; }

Property Value

float

NodeId

public uint NodeId { get; init; }

Property Value

uint

Top

public double Top { get; init; }

Property Value

double