CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
pixel_offset_mode.h
1
2#ifndef _pixel_offset_mode_h_
3#define _pixel_offset_mode_h_
4
5#include "drawing/drawing2d/quality_mode.h"
6
7namespace System { namespace Drawing { namespace Drawing2D {
9 enum class PixelOffsetMode {
19 None,
21 Half
22 };
23}}}
24
25#endif
@ Low
Low quality, higher speed.
@ High
High quality, lower speed.
PixelOffsetMode
Specifies how pixels are offset when being rendered.
Definition: pixel_offset_mode.h:9
@ Half
Pixels are offset by -0.5 units both horizontally and vertically for high performance anti-aliasing.
Definition: db_command.h:9
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the default-constructed instance of the specified type.
Definition: default.h:16