Example #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;
 }
Example #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;
 }