LEADTOOLS Image Processing (Leadtools.ImageProcessing.Core assembly)

DitheringType Enumeration

Show in webframe







Represents the type of dithering in the image.
Syntax
'Declaration
 
Public Enum DitheringType 
   Inherits System.Enum
   Implements System.IComparableSystem.IConvertibleSystem.IFormattable 
'Usage
 
Dim instance As DitheringType
public enum DitheringType : System.IComparableSystem.IConvertibleSystem.IFormattable  
enum LTDitheringType
public enum DitheringType
Leadtools.ImageProcessing.Core.DitheringType = function() { };
Leadtools.ImageProcessing.Core.DitheringType.prototype = {
Undithered = 0x00000000, TextDither = 0x00000001, WhiteDither = 0x00000002, };
public enum class DitheringType : public System.Enum, System.IComparableSystem.IConvertibleSystem.IFormattable  
Members
ValueMemberDescription
0x00000000UnditheredNo Dither
0x00000001TextDitherText Dither.
0x00000002WhiteDitherWhite Dither
Inheritance Hierarchy

System.Object
   System.ValueType
      System.Enum
         Leadtools.ImageProcessing.Core.DitheringType

Requirements

Target Platforms

See Also

Reference

Leadtools.ImageProcessing.Core Namespace

 

 


Products | Support | Contact Us | Copyright Notices
© 2006-2014 All Rights Reserved. LEAD Technologies, Inc.