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

◆ fill_rounded_rectangle() [1/4]

void xtd::drawing::graphics::fill_rounded_rectangle ( const xtd::drawing::brush brush,
const xtd::drawing::rectangle rect,
int32  radius 
)

Fills the interior of a rounded rectangle specified by a xtd::drawing::rectangle structure.

Parameters
brushxtd::drawing::brush that determines the characteristics of the fill.
rectxtd::drawing::rectangle structure that represents the rounded rectangle to fill.
radiusThe radius of the rounded rectange angles.
Remarks
This method fills the interior of the rounded rectangle defined by the rect, and radius parameters, including the specified upper-left corner and up to the calculated lower and bottom edges.