Resize
Resize
Resizes a graphical resource.
bool Resize(
const int width, // width
const int height // height
);Parameters
- width
[in] New width of a graphical resource.
- height
[in] New height of a graphical resource.
Return Value
true - successful, otherwise - false
Note
When resizing, the previous image is not saved.
Last updated on