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