Ejemplo n.º 1
0
 public void EnableDraw(bool enable)
 {
     Drawing = enable;
     if (Drawing)
     {
         OnDrawBegin?.Invoke();
     }
 }
Ejemplo n.º 2
0
 internal void DrawBegin()
 {
     OnDrawBegin?.Invoke(this, new EventArgs());
 }