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