DioDocs for PDF
WicInterpolationMode 列挙体

DS.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 : WicInterpolationMode 列挙体
画像の拡大時に使用するサンプリングモードまたはフィルタモードを指定します。
シンタックス
'宣言
 
Public Enum WicInterpolationMode 
   Inherits System.Enum
public enum WicInterpolationMode : System.Enum 
メンバ
メンバ解説
Cubicバイキュービック補間アルゴリズム。
FantFant リサンプリングアルゴリズム。
HighQualityCubic高品質バイキュービック補間アルゴリズム。
Linearバイリニア補間アルゴリズム。
NearestNeighborニアレストネイバー補間アルゴリズム。最近ピクセル補間または最近点補間とも言います。
継承階層

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

参照

GrapeCity.Documents.Imaging.Windows 名前空間