Mount Fuji Engine  0.8b
MF_API void MFPrimitive_StretchBlitRect ( int  x,
int  y,
int  w,
int  h,
const MFRect uvs 
)

Blits an image or part of an image to the render target with scaling.

Parameters
xThe x coordinate, in screen space, where the image will be drawn.
yThe y coordinate, in screen space, where the image will be drawn.
wThe width, in pixels, of the image to be drawn.
hThe width, in pixels, of the image to be drawn.
uvsAn MFRect containing and segment of the image to blit.
Returns
None.