Bitmap for WPF
DitherType 列挙体

C1.WPF.Bitmap.4.5.2 アセンブリ > C1.WPF.Bitmap 名前空間 : DitherType 列挙体
ピクセル形式間の変換時に適用されるディザアルゴリズムのタイプを指定します。
シンタックス
'宣言
 
Public Enum DitherType 
   Inherits System.Enum
public enum DitherType : System.Enum 
メンバ
メンバ解説
DualSpiral4x44x4 2 重螺旋ディザアルゴリズム。
DualSpiral8x88x8 2 重螺旋ディザアルゴリズム。
ErrorDiffusion誤差拡散アルゴリズム。
Noneディザを使用しない単色アルゴリズム。
Ordered16x1616x16 組織的ディザアルゴリズム。
Ordered4x44x4 組織的ディザアルゴリズム。
Ordered8x88x8 組織的ディザアルゴリズム。
Solidディザを使用しない単色アルゴリズム。
Spiral4x44x4 螺旋ディザアルゴリズム。
Spiral8x88x8 螺旋ディザアルゴリズム。
継承階層

System.Object
   System.ValueType
      System.Enum
         C1.WPF.Bitmap.DitherType

参照

C1.WPF.Bitmap 名前空間