6#include <system/enum.h> 
    8#include "drawing/drawing2d/quality_mode.h" 
   10namespace System { 
namespace Drawing { 
namespace Drawing2D {
 
   37struct EnumMetaInfo<
System::Drawing::Drawing2D::InterpolationMode>
 
   39    static ASPOSECPP_SHARED_API 
const std::array<std::pair<System::Drawing::Drawing2D::InterpolationMode, const char_t*>, 9>& values();
 
@ Low
Low quality, higher speed.
 
@ Invalid
Invalid qulity mode.
 
@ High
High quality, lower speed.
 
@ Default
Default quality mode.
 
InterpolationMode
Specifies an algorithm to use when images are rotated or scaled.
Definition: interpolation_mode.h:13
 
@ Bicubic
Bicubic interpolation.
 
@ HighQualityBilinear
High qulaity bilenear interpolation.
 
@ NearestNeighbor
Nearest neighbor interpolation.
 
@ Bilinear
Bilinear interpolation.
 
@ HighQualityBicubic
High quality bicubic interpolation.
 
Definition: db_command.h:9
 
std::enable_if< IsExceptionWrapper< T >::value, constT & >::type Default()
Returns the reference to the single default-constructed instance of the exception type.
Definition: default.h:16