Untitled


SUBMITTED BY: Guest

DATE: May 21, 2013, 8:59 p.m.

FORMAT: Text only

SIZE: 132 Bytes

HITS: 1009

  1. QImage MainWindow::CropImage(QImage img, int x, int y, int width, int height)
  2. {
  3. return img.copy(x, y, width, height);
  4. }

comments powered by Disqus