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

◆ blur() [1/2]

static void xtd::drawing::image_converter::blur ( xtd::drawing::image image,
int32  radius 
)
static

Blur the specified image with the specified radius.

Parameters
imageThe image to blur.
radiusThe radius of the blur in pixels.
Remarks
If the radius is 0, there will be no blurring.
Appearance
Original Converted