SpriteRuntime
Introduction
Code Example
var sprite = new SpriteRuntime();
sprite.SourceFileName = "BearTexture.png";
container.Children.Add(sprite);
SpriteRuntime Texture
Assigning SourceFileName

Last updated
Was this helpful?

