5#include "../forms_export.h"
11#include <xtd/optional>
12#include <xtd/drawing/color>
13#include <xtd/drawing/font>
14#include <xtd/drawing/graphics>
15#include <xtd/drawing/image>
16#include <xtd/drawing/rectangle>
17#include <xtd/drawing/string_format>
18#include <xtd/drawing/system_fonts>
Contains xtd::forms::border_sides enum class.
Represents an ARGB (alpha, red, green, blue) color.
Definition color.h:49
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
Represents an ordered pair of integer x- and y-coordinates that defines a point in a two-dimensional ...
Definition point.h:54
Stores a set of four integers that represent the location and size of a rectangle.
Definition rectangle.h:44
#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
int32_t int32
Represents a 32-bit signed integer.
Definition int32.h:23
@ control
The left or right CTRL modifier key.
Contains xtd::forms::image_layout enum class.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Contains xtd::forms::style_sheets::border_style class.
Contains xtd::forms::text_format_flags enum class.