Exemplo n.º 1
0
 void SetScale(IWpfFrameworkElement handler, int x, int y)
 {
     handler.SetScale(XScale && (columnScale[x] || lastColumnScale == x), YScale && (rowScale[y] || lastRowScale == y));
 }