Page 1 of 1

Drawing Clipped Images

Posted: Thu Mar 06, 2014 3:17 pm
by Foz
I'd like to do some image manipulation from spritesheets, so it would be quite useful to have something like a DrawClippedImage(), i.e.

Code: Select all

DrawClippedImage(SourceImage, SourceX, SourceY, SourceWidth, SourceHeight, DestinationX, DestinationY)

Re: Drawing Clipped Images

Posted: Tue Mar 11, 2014 10:57 am
by Fred
You can probably use GrabImage() and DrawImage() for this