It seems that despite having the word "unscaled" in it's name, this method is in fact drawing the image to scale to the rectangle.

I believe the way it should work is that the image should be it's regular size and clip only if it should extend beyond the bounds of the rectangle, right? Instead, it seems to be stretching to the size of the rectangle bounds.

Anyone know a way to get this to work correctly?