Exemplo n.º 1
0
 public void SetCoordinateArea(double left, double right, double top, double bottom)
 {
     XAxisMapper.SetRange2(left, right);
     YAxisMapper.SetRange2(top, bottom);
     if (!isInitializing)
     {
         MapperStateChanged?.Invoke(this);
     }
 }
Exemplo n.º 2
0
 protected void InvokeStateChanged() => MapperStateChanged?.Invoke(this);