5#include "../forms_export.h"
11#include <xtd/drawing/color>
12#include <xtd/drawing/font>
13#include <xtd/drawing/graphics>
14#include <xtd/drawing/image>
15#include <xtd/drawing/rectangle>
16#include <xtd/optional>
21#include <xtd/drawing/system_fonts>
61 static void draw_tool_bar_button(
const style_sheets::style_sheet& style_sheet,
xtd::drawing::graphics& graphics,
const xtd::drawing::rectangle& bounds,
xtd::forms::visual_styles::push_button_state button_state,
const std::optional<xtd::drawing::color>& back_color,
const flat_button_appearance&
appearance,
const xtd::string& text,
const std::optional<xtd::forms::content_alignment>& text_align,
const std::optional<xtd::drawing::color>& fore_color,
const std::optional<xtd::drawing::font>& font,
const xtd::drawing::image& image,
const std::optional<xtd::forms::content_alignment>& image_align);
Contains xtd::forms::box_renderer static class.
Represents text as a sequence of character units.
Definition basic_string.h:79
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition graphics.h:70
An abstract base class that provides functionality for the bitmap and metafile descended classes.
Definition image.h:49
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.h:44
Contains xtd::forms::flat_style enum class.
#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
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::text_format_flags enum class.
Contains xtd::forms::text_renderer static class.