コード例 #1
0
 public void GetOrigin(out int x, out int y)
 {
     NativeCD.cdCanvasGetOrigin(Handle, out x, out y);
 }