std::vector< std::pair< enum_t, xtd::string > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition enum_collection.hpp:24
flush_intention
Specifies whether commands in the graphics stack are terminated (flushed) immediately or executed as ...
Definition flush_intention.hpp:19
@ sync
Specifies that all graphics operations on the stack are executed as soon as possible....
Definition flush_intention.hpp:23
@ flush
Specifies that the stack of all graphics operations is flushed immediately.
Definition flush_intention.hpp:21
The xtd::drawing::drawing_2d namespace provides advanced two-dimensional and vector graphics function...
Definition compositing_mode.hpp:12
The xtd::drawing namespace provides access to GDI+ basic graphics functionality. More advanced functi...
Definition actions_system_images.hpp:10
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition abstract_object.hpp:8
Provides the registration struct for enumerations.
Definition enum_register.hpp:38