Skip to main content

Struct WrapLayoutLine

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

public readonly record struct WrapLayoutLine : IEquatable<WrapLayoutLine>

Implements

IEquatable<WrapLayoutLine>

Inherited Members

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

Constructors

WrapLayoutLine(uint, uint, uint, double, double)

public WrapLayoutLine(uint LineIndex, uint Start, uint Count, double PrimaryOffset, double PrimaryLength)

Parameters

LineIndex uint

Start uint

Count uint

PrimaryOffset double

PrimaryLength double

Properties

Count

public uint Count { get; init; }

Property Value

uint

LineIndex

public uint LineIndex { get; init; }

Property Value

uint

PrimaryLength

public double PrimaryLength { get; init; }

Property Value

double

PrimaryOffset

public double PrimaryOffset { get; init; }

Property Value

double

Start

public uint Start { get; init; }

Property Value

uint