Provides switch button renderer methods.
- Header
#include <xtd/forms/switch_button_renderer>
- Namespace
- xtd::forms
- Library
- xtd.forms
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::drawing::color > &fore_color) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_button (const xtd::string &theme, xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::drawing::color > &fore_color) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_flat_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::drawing::color > &fore_color) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, bool focused, xtd::forms::visual_styles::push_button_state &state) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state) |
|
static void | draw_popup_button (xtd::drawing::graphics g, const xtd::drawing::rectangle &bounds, const xtd::string &text, const xtd::drawing::font &font, xtd::forms::text_format_flags flags, const xtd::drawing::image &image, const xtd::drawing::rectangle &image_bounds, bool focused, xtd::forms::visual_styles::push_button_state state, const std::optional< xtd::drawing::color > &back_color, const std::optional< xtd::drawing::color > &fore_color) |
|