12 namespace drawing_2d {
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
line_join
Specifies how to join consecutive line or curve segments in a figure (subpath) contained in a xtd::dr...
Definition line_join.h:20
@ miter
Specifies a mitered join. This produces a sharp corner or a clipped corner, depending on whether the ...
@ round
Specifies a circular join. This produces a smooth, circular arc between the lines.
@ bevel
Specifies a beveled join. This produces a diagonal corner.
@ miter_clipped
Specifies a mitered join. This produces a sharp corner or a beveled corner, depending on whether the ...
@ round
Specifies a round line cap.
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