コード例 #1
0
 public void Line(int x1, int y1, int x2, int y2)
 {
     NativeCD.cdCanvasLine(Handle, x1, y1, x2, y2);
 }