| Visual Basic (Declaration) | |
|---|---|
Public Property DitheringMethod As RasterDitheringMethod | |
| Visual Basic (Usage) | Copy Code |
|---|---|
| |
| C# | |
|---|---|
public RasterDitheringMethod DitheringMethod {get; set;} | |
| C++/CLI | |
|---|---|
public: property RasterDitheringMethod DitheringMethod { RasterDitheringMethod get(); void set (RasterDitheringMethod value); } | |
Return Value
Dithering option.For an example, refer to ColorResolutionCommand.
Useful only when the resulting image requires a palette (when it is 8 bits per pixel or less).
For more information, refer to Color Resolution and Dithering.
Target Platforms: Microsoft .NET CF Framework 2.0, Windows Mobile 5 PocketPC, Windows Mobile 5 Smartphone, Windows Mobile 6
Copy Code