Struct WrapLayoutLine
Namespace: VelloSharp.Composition
Assembly: VelloSharp.Composition.dll
public readonly record struct WrapLayoutLine : IEquatable<WrapLayoutLine>
Implements
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
LineIndex
public uint LineIndex { get; init; }
Property Value
PrimaryLength
public double PrimaryLength { get; init; }
Property Value
PrimaryOffset
public double PrimaryOffset { get; init; }
Property Value
Start
public uint Start { get; init; }