ComponentOne Bitmap for WinForms
C1.Win.C1DX.4.5.2 Assembly / C1.Util.DX.WIC Namespace / BitmapDitherType Enumeration

In This Topic
    BitmapDitherType Enumeration
    In This Topic
    WICBitmapDitherType
    Syntax
    'Declaration
     
    Public Enum BitmapDitherType 
       Inherits System.Enum
    public enum BitmapDitherType : System.Enum 
    Members
    MemberDescription
    DualSpiral4x4WICBitmapDitherTypeDualSpiral4x4
    DualSpiral8x8WICBitmapDitherTypeDualSpiral8x8
    ErrorDiffusionWICBitmapDitherTypeErrorDiffusion
    NoneWICBitmapDitherTypeNone
    Ordered16x16WICBitmapDitherTypeOrdered16x16
    Ordered4x4WICBitmapDitherTypeOrdered4x4
    Ordered8x8WICBitmapDitherTypeOrdered8x8
    SolidWICBitmapDitherTypeSolid
    Spiral4x4WICBitmapDitherTypeSpiral4x4
    Spiral8x8WICBitmapDitherTypeSpiral8x8
    Inheritance Hierarchy

    System.Object
       System.ValueType
          System.Enum
             C1.Util.DX.WIC.BitmapDitherType

    See Also