//draw the graphic public void Draw(IGraphics graphics) { _shapeFactory.Draw(graphics, _isPressed); }