Exemplo n.º 1
0
 private int NormB(int value)
 {
     return(Convert.ToInt32(value * this.Width / Grafik.GetNormBildschirmBreite()));
 }