xtd 0.2.0
pixel_offset_mode.hpp
Go to the documentation of this file.
1
4#pragma once
5#include <xtd/enum>
6
8namespace xtd {
10 namespace drawing {
12 namespace drawing_2d {
34 }
35 }
36}
37
41};
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
pixel_offset_mode
Specifies how pixels are offset during rendering.
Definition pixel_offset_mode.hpp:20
@ high_speed
Specifies high speed, low quality rendering.
Definition pixel_offset_mode.hpp:26
@ none
Specifies no pixel offset.
Definition pixel_offset_mode.hpp:30
@ half
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antia...
Definition pixel_offset_mode.hpp:32
@ default_value
Specifies default mode.
Definition pixel_offset_mode.hpp:24
@ high_quality
Specifies high quality, low speed rendering.
Definition pixel_offset_mode.hpp:28
@ invalid
Specifies the default mode.
Definition pixel_offset_mode.hpp:22
@ high_speed
High speed, low quality.
Definition compositing_quality.hpp:26
@ default_value
Default quality.
Definition compositing_quality.hpp:24
@ high_quality
High quality, low speed compositing.
Definition compositing_quality.hpp:28
@ invalid
Invalid quality.
Definition compositing_quality.hpp:22
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