|
Products | Support | Email a link to this topic. | Send comments on this topic. | Back to Introduction - All Topics | Help Version 19.0.6.28
|
| Leadtools Namespace : RasterDitheringMethod Enumeration |
public enum RasterDitheringMethod : System.Enum, System.IComparable, System.IConvertible, System.IFormattable
'Declaration
Public Enum RasterDitheringMethod Inherits System.Enum Implements System.IComparable, System.IConvertible, System.IFormattable
'Usage
Dim instance As RasterDitheringMethod
public enum RasterDitheringMethod : System.IComparable, System.IConvertible, System.IFormattable
typedef NS_ENUM(NSInteger, LTRasterDitheringMethod)
public enum RasterDitheringMethod
Leadtools.RasterDitheringMethod = function() { };
Leadtools.RasterDitheringMethod.prototype = {<br/>
None = 0,
FloydStein = 1,
Stucki = 2,
Burkes = 3,
Sierra = 4,
StevensonArce = 5,
Jarvis = 6,
Ordered = 7,
Clustered = 8,
};
public enum class RasterDitheringMethod : public System.Enum, System.IComparable, System.IConvertible, System.IFormattable
System.Object
System.ValueType
System.Enum
Leadtools.RasterDitheringMethod