5#include "../forms_export.h"
8#include <xtd/drawing/color>
9#include <xtd/drawing/font>
10#include <xtd/drawing/graphics>
11#include <xtd/drawing/rectangle>
12#include <xtd/drawing/system_fonts>
13#include <xtd/event_args>
69 const
xtd::drawing::rectangle& bounds() const noexcept;
74 const
xtd::drawing::font& font() const noexcept;
79 const
xtd::drawing::color& fore_color() const noexcept;
83 xtd::drawing::graphics& graphics() noexcept;
88 size_t index() const noexcept;
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
Defines a particular format for text, including font face, size, and style attributes....
Definition font.h:45
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition graphics.h:70
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.h:44
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.h:18
Contains xtd::forms::draw_item_state enum class.
#define forms_export_
Define shared library export.
Definition forms_export.h:13
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.h:25
@ other
The operating system is other.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10