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

◆ draw_box()

static void xtd::forms::box_renderer::draw_box ( xtd::drawing::graphics graphics,
const xtd::drawing::rectangle bounds,
const xtd::forms::style_sheets::ibox_model box_model 
)
static

Draws a box in the specified bounds and style.

Parameters
graphicsThe Graphics used to draw a box.
boundsThe xtd::drawing::rectangle that specifies the bounds of the box.
box_modelThe xtd::forms::style_sheets::ibox_model that specifies the style for the box.