|
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
-
x | The x coordinate, in screen space, where the image will be drawn. |
y | The y coordinate, in screen space, where the image will be drawn. |
w | The width, in pixels, of the image to be drawn. |
h | The width, in pixels, of the image to be drawn. |
uvs | An MFRect containing and segment of the image to blit. |
- Returns
- None.
|