Skip to main content

Struct WrapLayoutSolveResult

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

public readonly record struct WrapLayoutSolveResult : IEquatable<WrapLayoutSolveResult>

Implements

IEquatable<WrapLayoutSolveResult>

Inherited Members

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

Constructors

WrapLayoutSolveResult(int, int)

public WrapLayoutSolveResult(int LayoutCount, int LineCount)

Parameters

LayoutCount int

LineCount int

Properties

LayoutCount

public int LayoutCount { get; init; }

Property Value

int

LineCount

public int LineCount { get; init; }

Property Value

int