5 #include "../forms_export.h" 8 #include <xtd/drawing/graphics> 9 #include <xtd/drawing/image> 10 #include <xtd/drawing/rectangle> 12 #include <xtd/ustring>
#define static_
This keyword is use to represent a static object. A static object can't be instantiated (constructors...
Definition: static.h:37
Contains xtd::forms::style_sheets::iimage_model class.
Stores an ordered pair of integers, which specify a height and width.
Definition: size.h:31
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Represents an ARGB (alpha, red, green, blue) color.
Definition: color.h:45
Stores a set of four integers that represent the location and size of a rectangle.
Definition: rectangle.h:44
An abstract base class that provides functionality for the bitmap and metafile descended classes...
Definition: image.h:48
Defines an object used to draw lines and curves. This class cannot be inherited.
Definition: graphics.h:70