xtd 0.2.0
Loading...
Searching...
No Matches
xtd::forms::form_renderer Class Reference
Inheritance diagram for xtd::forms::form_renderer:
xtd::static_object

Definition

Provides form control renderer methods.

Provides form control renderer methods.
Definition form_renderer.h:31
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition static.h:37
#define forms_export_
Define shared library export.
Definition forms_export.h:13
Inheritance
xtd::static → xtd::forms::form_renderer
Header
#include <xtd/forms/form_renderer>
Namespace
xtd::forms::style_sheets
Library
xtd.forms

Public Static Methods

static void draw_form (const xtd::forms::style_sheets::style_sheet &style_sheet, xtd::drawing::graphics &graphics, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::form_state form_state, const std::optional< xtd::drawing::color > &back_color)
 Draws a box in the specified bounds, form state and background color.
 

Member Function Documentation

◆ draw_form()

static void xtd::forms::form_renderer::draw_form ( const xtd::forms::style_sheets::style_sheet style_sheet,
xtd::drawing::graphics graphics,
const xtd::drawing::rectangle bounds,
xtd::forms::visual_styles::form_state  form_state,
const std::optional< xtd::drawing::color > &  back_color 
)
static

Draws a box in the specified bounds, form state and background color.

Parameters
graphicsThe xtd::drawing::graphics used to draw a form control.
boundsThe xtd::drawing::rectangle that specifies the bounds of the form control.
form_stateThe visual state of a form that is drawn with visual styles.
back_colorThe background color for the form control.
Remarks
The parameter back_color is set only if they are different from its default value; otherwise std::nullopt.

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