13 namespace drawing_2d {
41 explicit operator auto()
const noexcept {
return xtd::enum_collection<xtd::drawing::drawing_2d::pixel_offset_mode> {{
xtd::drawing::drawing_2d::pixel_offset_mode::invalid,
"invalid"}, {
xtd::drawing::drawing_2d::pixel_offset_mode::default_value,
"default_value"}, {
xtd::drawing::drawing_2d::pixel_offset_mode::high_speed,
"high_speed"}, {
xtd::drawing::drawing_2d::pixel_offset_mode::high_quality,
"high_quality"}, {
xtd::drawing::drawing_2d::pixel_offset_mode::none,
"none"}, {
xtd::drawing::drawing_2d::pixel_offset_mode::half,
"half"}};}
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antia...
The xtd namespace contains all fundamental classes to access Hardware, Os, System, and more.
Definition: system_report.h:17
Specifies no pixel offset.
std::vector< std::pair< enum_t, xtd::ustring > > enum_collection
Represents a pair of an enum_t value and a string of an enum of type enum_t.
Definition: enum_collection.h:19
Contains xtd::drawing::drawing_2d/::matrix class.
pixel_offset_mode
Specifies how pixels are offset during rendering.
Definition: pixel_offset_mode.h:21
Provides the registration struct for enumerations.
Definition: enum_register.h:36
High quality, low speed compositing.