| Visual Basic (Declaration) | |
|---|---|
Public Enum RasterDitheringMethod Inherits Enum Implements IComparable, IConvertible, IFormattable | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public enum RasterDitheringMethod : Enum, IComparable, IConvertible, IFormattable | |
| C++/CLI | |
|---|---|
public enum class RasterDitheringMethod : public Enum, IComparable, IConvertible, IFormattable | |
| Member | Description |
|---|---|
| None | Use no dithering |
| FloydStein | Use the Floyd-Steinberg method |
| Stucki | Use the Stucki method |
| Burkes | Use the Burkes method |
| Sierra | Use the Sierra method |
| StevensonArce | Use the Stevenson-Arce method |
| Jarvis | Use the Jarvis method |
| Ordered | Use ordered dithering, which is faster than other methods but is lower in quality |
| Clustered | Use clustered dithering |
For and example, refer to ColorResolutionCommand
For more information, refer to ColorResolutionCommand
System.Object
System.ValueType
System.Enum
Leadtools.RasterDitheringMethod
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code