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

◆ crop() [2/2]

static xtd::drawing::image xtd::drawing::image_converter::crop ( const xtd::drawing::image image,
const xtd::drawing::rectangle rectangle 
)
static

Creates a new cropped image of the specified image with specified rectangle.

Parameters
imageThe image to crop.
rectangleThe rectangle of the crop.
Returns
The converted image.
Appearance
Original Converted