ComponentOne Bitmap for UWP
BitmapDitherType Enumeration

C1.UWP.DX Assembly > C1.Util.DX.WIC Namespace : BitmapDitherType Enumeration
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

Reference

C1.Util.DX.WIC Namespace