예제 #1
0
 public void Vertex(int x, int y)
 {
     NativeCD.cdCanvasVertex(Handle, x, y);
 }