Exemplo n.º 1
0
 private int NormH(int value)
 {
     return(Convert.ToInt32(value * this.Height / Grafik.GetNormBildschirmHoehe()));
 }