Ejemplo n.º 1
0
 public void Load(GraphicsDevice graphicsDevice)
 {
     _rectangleTexture = DrawingHelper.CreateRectangleTexture(graphicsDevice, _width, _height, _color,
                                                              _borderColor);
 }