Пример #1
0
 public void MyDraw()
 {
     tree.Draw();
     g.DrawImage(tree.bitmap, ClientRectangle);
 }