Vixen
02b45cc4
csharp
public readonly record struct AtlasRegion

Where a glyph's field sits in the atlas texture, in pixels.

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

Fields and properties (4)

  • public int X

    Left edge.

  • public int Y

    Top edge.

  • public int Width

    How wide.

  • public int Height

    How tall.

Methods (1)

  • public AtlasRegion(int X, int Y, int Width, int Height)

    Where a glyph's field sits in the atlas texture, in pixels.

Used by (12)

  • AtlasGlyphVixen.Ui.Text
  • EntryVixen.Ui.Text
  • GlyphAtlasVixen.Ui.Text
  • GlyphAtlasTestsVixen.Ui.Text.Tests
  • GlyphFieldCacheVixen.Ui.Text
  • GlyphFieldCacheTestsVixen.Ui.Text.Tests
  • IconAtlasVixen.Ui
  • IconAtlasTestsVixen.Ui.Tests
  • IconFieldVixen.Ui
  • ShelfVixen.Ui.Text
  • UiGeometryBuilderVixen.Ui
  • UiGeometryTestsVixen.Ui.Tests