Toggle navigation
Home
Latest pastes
FAQ
Random
BitBin is shutting down!
Register
Login
Untitled
SUBMITTED BY:
Guest
DATE:
May 21, 2013, 8:59 p.m.
FORMAT:
Text only
SIZE:
132 Bytes
Raw
Download
Tweet
HITS:
1009
Go to comments
Report
QImage MainWindow::CropImage(QImage img, int x, int y, int width, int height)
{
return img.copy(x, y, width, height);
}
Please enable JavaScript to view the
comments powered by Disqus.
comments powered by
Disqus