Page 1 of 1

DrawClippedImage()

Posted: Mon Aug 15, 2011 10:47 am
by atomo
I would like to have the possibility to draw a section of an image like this :

Code: Select all

DrawClippedImage(ImageID, x1, y1, w1, h1, x2, y2, w2, h2[, Alpha])
x1, y1, w1, h1 are the coordinates and dimensions of source image.
x2, y2, w2, h2 are the coordinates and dimensions of destination image.

Re: DrawClippedImage()

Posted: Thu Aug 18, 2011 12:27 am
by Zach
Could be useful 8)

Re: DrawClippedImage()

Posted: Thu Aug 18, 2011 11:23 am
by Polo
Would be very useful indeed! :)