csharp
public readonly record struct LayoutSizeA measured size.
No guide page documents this yet — the page shows what the code says about itself.
Fields and properties (2)
public float WidthThe width.
public float HeightThe 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