Vixen
02b45cc4
csharp
public enum SpriteFill

What a sprite's stretchable parts do when the sprite is drawn larger than it was drawn at.

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

Fields and properties (2)

  • Stretch

    The edges and the middle are stretched to fit.

  • Tile

    The edges and the middle repeat at their own pixel size, with the last repeat clipped.

Used by (3)

  • SpriteAppearanceVixen.Rendering
  • SpriteGeometryVixen.Rendering
  • SpriteTestsVixen.Rendering.Tests