RectangleRuntime
Code Example
var lineRectangle = new RectangleRuntime();
lineRectangle.Width = 120;
lineRectangle.Height = 24;
lineRectangle.Color = Color.Pink; // This is a Microsoft.Xna.Framework.Color
container.Children.Add(lineRectangle);
Last updated
Was this helpful?

