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

◆ rescale() [2/2]

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

Creates a new resacaling 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