xtd 0.2.0
Loading...
Searching...
No Matches

◆ resize() [2/2]

static xtd::drawing::image xtd::drawing::image_converter::resize ( const xtd::drawing::image image,
const xtd::drawing::size size 
)
static

Creates a new resized image with new size of the specified image with specified size.

Parameters
imageThe image to change the size.
sizeThe new size.
Returns
The converted image.
Appearance
Original Converted