Provides methods used to render a box with or without style sheets.
Public Static Methods | |
| 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.   | |
      
  | 
  static | 
Draws a box in the specified bounds and style.
| graphics | The Graphics used to draw a box. | 
| bounds | The xtd::drawing::rectangle that specifies the bounds of the box. | 
| box_model | The xtd::forms::style_sheets::ibox_model that specifies the style for the box. |