DrawClippedImage()
Posted: Mon Aug 15, 2011 10:47 am
I would like to have the possibility to draw a section of an image like this :
x1, y1, w1, h1 are the coordinates and dimensions of source image.
x2, y2, w2, h2 are the coordinates and dimensions of destination image.
Code: Select all
DrawClippedImage(ImageID, x1, y1, w1, h1, x2, y2, w2, h2[, Alpha])
x2, y2, w2, h2 are the coordinates and dimensions of destination image.