Example #1
0
 public void CopyRotated(GD src, double dstX, double dstY, int srcX, int srcY, int srcW, int srcH, int angle)
 {
     GDImport.gdImageCopyRotated(this.Handle, src.GetHandle().Handle, dstX, dstY, srcX, srcY, srcW, srcH, angle);
 }