CodePorting.Translator Cs2Cpp
CodePorting.Translator.Cs2Cpp.Framework
interpolation_mode.h
1
2#pragma once
3
4#include <array>
5
6#include <system/enum.h>
7
8#include "drawing/drawing2d/quality_mode.h"
9
10namespace System { namespace Drawing { namespace Drawing2D {
11
19 Low = (int)QualityMode::Low,
25 Bicubic,
32};
33
34}}} // System::Drawing::Drawing2D
35
36template<>
37struct EnumMetaInfo<System::Drawing::Drawing2D::InterpolationMode>
38{
39 static ASPOSECPP_SHARED_API const std::array<std::pair<System::Drawing::Drawing2D::InterpolationMode, const char_t*>, 9>& values();
40};
@ Low
Low quality, higher speed.
@ High
High quality, lower speed.
InterpolationMode
Specifies an algorithm to use when images are rotated or scaled.
Definition: interpolation_mode.h:13
@ HighQualityBilinear
High qulaity bilenear interpolation.
@ NearestNeighbor
Nearest neighbor interpolation.
@ HighQualityBicubic
High quality bicubic interpolation.
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