示例#1
0
文件: GD.cs 项目: ststeiger/GdCaptcha
 public void CopyMerge(GD src, int dstX, int dstY, int srcX, int srcY, int w, int h, int pct)
 {
     GDImport.gdImageCopyMerge(this.Handle, src.GetHandle().Handle, dstX, dstY, srcX, srcY, w, h, pct);
 }