示例#1
0
 public void Box(double xmin, double xmax, double ymin, double ymax)
 {
     NativeCD.cdfCanvasBox(Handle, xmin, xmax, ymin, ymax);
 }