Пример #1
0
 private void DrawZone_Paint(object sender, PaintEventArgs e)
 {
     if (IsDraw)
     {
         PaintLogic.Draw(DrawZone.ClientRectangle, AB, DC);
         e.Graphics.DrawImage(PaintLogic.bitmap, DrawZone.ClientRectangle);
     }
 }