Gets or sets the dithering method to be used for monochrome conversion.
Namespace:
Neodynamic.SDK.ImageDrawAssembly: Neodynamic.SDK.ImageDraw (in Neodynamic.SDK.ImageDraw.dll) Version: 3.0.2000.0 (3.0.2000.0)
Syntax
| C# |
|---|
public DitherMethod DitherMethod { get; set; } |
| Visual Basic (Declaration) |
|---|
Public Property DitherMethod As DitherMethod |
| Visual C++ |
|---|
public: property DitherMethod DitherMethod { DitherMethod get (); void set (DitherMethod value); } |