Vixen
02b45cc4
csharp
public readonly record struct LayoutSize

A measured size.

No guide page documents this yet — the page shows what the code says about itself.

Fields and properties (2)

  • public float Width

    The width.

  • public float Height

    The height.

Methods (1)

  • public LayoutSize(float Width, float Height)

    A measured size.

Used by (7)

  • AutomaticMinimumSizeTestsVixen.Ui.Layout.Tests
  • ConformanceMeasureVixen.Ui.Layout.Tests
  • LayoutPassTestsVixen.Ui.Layout.Tests
  • LayoutTreeVixen.Ui.Layout
  • LayoutTreeTestsVixen.Ui.Layout.Tests
  • TextLayoutVixen.Ui
  • TextWrapTestsVixen.Ui.Tests