public void Draw() { GraphicsWindow.DrawRectangle(x, y, size, size); GraphicsWindow.DrawTriangle(x, y, x + size / 2, y - size / 2, x + size, y); GraphicsWindow.DrawRectangle(x + size / 4, y + size / 4, size / 2, size / 2); }