xtd 0.2.0
smoothing_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 {
37 }
38 }
39}
40
44};
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
smoothing_mode
Specifies whether smoothing (antialiasing) is applied to lines and curves and the edges of filled are...
Definition smoothing_mode.hpp:23
@ none
Specifies no pixel offset.
Definition pixel_offset_mode.hpp:30
@ high_speed
Specifies high speed, low quality rendering.
Definition smoothing_mode.hpp:29
@ none
Specifies no pixel offset.
Definition smoothing_mode.hpp:33
@ default_value
Specifies default mode.
Definition smoothing_mode.hpp:27
@ high_quality
Specifies high quality, low speed rendering.
Definition smoothing_mode.hpp:31
@ anti_alias
Specifies that pixels are offset by -.5 units, both horizontally and vertically, for high speed antia...
Definition smoothing_mode.hpp:35
@ invalid
Specifies an invalid mode.
Definition smoothing_mode.hpp:25
@ 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