12 namespace drawing_2d {
37 namespace [[deprecated(
"Replaced by xtd::drawing::drawing_2d - Will be removed in version 0.4.0.")]] drawing2d {
std::vector< xtd::collections::generic::key_value_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.h:22
pen_alignment
Specifies the alignment of a xtd::drawing::pen object in relation to the theoretical,...
Definition pen_alignment.h:21
@ right
Specifies the xtd::drawing::pen is positioned to the right of the theoretical line.
@ outset
Specifies the xtd::drawing::pen is positioned on the outside of the theoretical line.
@ left
Specifies the xtd::drawing::pen is positioned to the left of the theoretical line.
@ inset
Specifies that the xtd::drawing::pen is positioned on the inside of the theoretical line.
@ center
Specifies that the xtd::drawing::pen object is centered over the theoretical line.
The xtd namespace contains all fundamental classes to access Hardware, Os, System,...
Definition xtd_about_box.h:10
Provides the registration struct for enumerations.
Definition enum_register.h:38