Ejemplo n.º 1
0
 public double InvertYAxis(double y)
 {
     return(NativeCD.cdfCanvasInvertYAxis(Handle, y));
 }