コード例 #1
0
 public void TransformPoint(int x, int y, out int tx, out int ty)
 {
     NativeCD.cdCanvasTransformPoint(Handle, x, y, out tx, out ty);
 }