xtd 0.2.0
xtd::forms::box_renderer Class Reference

#include <box_renderer.h>

Definition

Provides methods used to render a box with or without style sheets.

class forms_export_ box_renderer static_
Inheritance
xtd::static → xtd::forms::box_renderer
Namespace
xtd::forms
Library
xtd.forms

Static Public Member Functions

static void draw_box (xtd::drawing::graphics &graphics, const xtd::drawing::rectangle &bounds, const xtd::forms::style_sheets::ibox_model &box_model)
 Draws a box in the specified bounds and style. More...
 

Member Function Documentation

◆ 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.

The documentation for this class was generated from the following file: