DioDocs for PDF
InterpolationMode 列挙体

DS.Documents.Imaging アセンブリ > GrapeCity.Documents.Drawing 名前空間 : InterpolationMode 列挙体
Specifies the sampling or filtering mode to use when scaling an image.
シンタックス
'宣言
 
Public Enum InterpolationMode 
   Inherits System.Enum
public enum InterpolationMode : System.Enum 
メンバ
メンバ解説
CubicA bicubic interpolation algorithm.
DownscaleA resampling algorithm for downscaling by factors greater than 2.
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.Drawing.InterpolationMode

参照

GrapeCity.Documents.Drawing 名前空間