Mount Fuji Engine  0.8b
MF_API void MFPrimitive_Blit ( int  x,
int  y,
int  tx,
int  ty,
int  tw,
int  th 
)

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

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.
txThe x texel coordinate of the source image.
tyThe y texel coordinate of the source image.
twThe width, in texels, if the image to be blitted.
thThe height, in texels, if the image to be blitted.
Returns
None.