Drawing Clipped Images
Posted: Thu Mar 06, 2014 3:17 pm
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)