CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
smoothing_mode.h
1
2#ifndef _smoothing_mode_h_
3#define _smoothing_mode_h_
4
5#include "drawing/drawing2d/quality_mode.h"
6
7namespace System { namespace Drawing { namespace Drawing2D {
9 enum class SmoothingMode {
19 None,
22 };
23}}}
24
25#endif
SmoothingMode
Specifies what type of soothing (antialiasing) is applied to lines, curves and edges of filled areas.
Definition: smoothing_mode.h:9
@ Low
Low quality, higher speed.
@ High
High quality, lower speed.
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