protected static double ToClient(ViewportAxis axis, double value)
 {
     return(axis.ViewToClient(value));
 }
Esempio n. 2
0
 private static double ToClient(ViewportAxis axis, double value)
 {
     return(axis.ViewToClient(value));
 }