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

◆ draw_rounded_rectangle() [1/4]

void xtd::drawing::graphics::draw_rounded_rectangle ( const xtd::drawing::pen pen,
const xtd::drawing::rectangle rect,
int32  radius 
)

Draws a rounded rectangle specified by a xtd::drawing::rectangle structure, and radius.

Parameters
penA xtd::drawing::pen that determines the color, width, and style of the rounded rectangle.
rectA xtd::drawing::rectangle structure that represents the rounded rectangle to draw.
radiusThe radius of the rounded rectange angles.