DioDocs for PDF
WicDitherType 列挙体

GrapeCity.Documents.Imaging.Windows アセンブリ > GrapeCity.Documents.Imaging.Windows 名前空間 : WicDitherType 列挙体
Specifies the type of dither algorithm to apply when converting between pixel formats.
シンタックス
'宣言
 
Public Enum WicDitherType 
   Inherits System.Enum
public enum WicDitherType : System.Enum 
メンバ
メンバ解説
DualSpiral4x4A 4x4 dual spiral dither algorithm.
DualSpiral8x8An 8x8 dual spiral dither algorithm.
ErrorDiffusionAn error diffusion algorithm.
NoneA solid color algorithm without dither.
Ordered16x16A 16x16 ordered dither algorithm.
Ordered4x4A 4x4 ordered dither algorithm.
Ordered8x8An 8x8 ordered dither algorithm.
SolidA solid color algorithm without dither.
Spiral4x4A 4x4 spiral dither algorithm.
Spiral8x8An 8x8 spiral dither algorithm.
継承階層

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

参照

GrapeCity.Documents.Imaging.Windows 名前空間