Ejemplo n.º 1
0
 public ScreenMetrics(ZSize FontSize, ZSize WindowSize, int Rows, int Columns, int Scale)
 {
     this.FontSize = FontSize;
     this.WindowSize = WindowSize;
     this.Rows = Rows;
     this.Columns = Columns;
     this.Scale = Scale;
 }
Ejemplo n.º 2
0
 public ScreenMetrics(ZSize FontSize, ZSize WindowSize, int Rows, int Columns, int Scale)
 {
     this.FontSize   = FontSize;
     this.WindowSize = WindowSize;
     this.Rows       = Rows;
     this.Columns    = Columns;
     this.Scale      = Scale;
 }