csharp
public enum SpriteFillWhat 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)
StretchThe edges and the middle are stretched to fit.
TileThe 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