コード例 #1
0
 public void Box(int xmin, int xmax, int ymin, int ymax)
 {
     NativeCD.cdCanvasBox(Handle, xmin, xmax, ymin, ymax);
 }