5#include "../forms_export.hpp" 
    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.hpp:49
 
Defines a particular format for text, including font face, size, and style attributes....
Definition font.hpp:45
 
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition graphics.hpp:70
 
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.hpp:44
 
Represents the base class for classes that contain event data, and provides a value to use for events...
Definition event_args.hpp:18
 
Contains xtd::forms::draw_item_state enum class.
 
#define forms_export_
Define shared library export.
Definition forms_export.hpp:13
 
std::shared_ptr< type_t > sptr
The xtd::sptr object is a shared pointer.
Definition sptr.hpp:25
 
@ other
The operating system is other.
 
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.hpp:10