コード例 #1
0
 public void VectorText(int x, int y, string txt)
 {
     NativeCD.cdCanvasVectorText(Handle, x, y, txt);
 }