CircleRuntime
Introduction
Code Example
var circle = new CircleRuntime();
circle.Radius = 64;
circle.Color = Color.Green; // This is a Microsoft.Xna.Framework.Color
container.Children.Add(circle);
Last updated
Was this helpful?

