DioDocs for PDF
WicInterpolationMode 列挙体

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 : WicInterpolationMode 列挙体
Specifies the sampling or filtering mode to use when scaling an image.
シンタックス
'宣言
 
Public Enum WicInterpolationMode 
   Inherits System.Enum
public enum WicInterpolationMode : System.Enum 
メンバ
メンバ解説
CubicA bicubic interpolation algorithm.
FantA Fant resampling algorithm.
HighQualityCubicA high quality bicubic interpolation algorithm.
LinearA bilinear interpolation algorithm.
NearestNeighborA nearest neighbor interpolation algorithm. Also known as nearest pixel or point interpolation.
継承階層

System.Object
   System.ValueType
      System.Enum
         GrapeCity.Documents.Imaging.Windows.WicInterpolationMode

参照

GrapeCity.Documents.Imaging.Windows 名前空間