Mount Fuji Engine  0.8b
MF_API void MFPrimitive_BlitRect ( int  x,
int  y,
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.
uvsAn MFRect containing and segment of the image to blit.
Returns
None.