void DrawComplete()
 {
     UnsubscribeFromMapEvents();
     _drawState = DrawState.None;
     DrawFinished?.Invoke(this, null);
 }
Ejemplo n.º 2
0
 protected virtual void OnDrawFinished()
 {
     DrawFinished?.Invoke(this, EventArgs.Empty);
 }