Beispiel #1
0
        public void Draw(Canvas c)
        {
            BoxDrawer bd = new BoxDrawer(c);

            bd.Draw(this);
        }
 public Rect Draw()
 {
     return(m_boxDrawer.Draw());
 }