Click or drag to resize

DitherCommand Properties

The DitherCommand type exposes the following members.

Properties
  NameDescription
Public propertyApplyToAnyPixelFormat
Reports whether or not this command will be applied to any supplied PixelFormat image
(Inherited from ImageCommand.)
Public propertyCanApplyToAnyPixelFormat
Returns true if the command can be applied to any PixelFormat.
(Inherited from ImageCommand.)
Public propertyInPlaceProcessing
Gets a value indicating if the source image data is processed in-place as opposed to returning a new image.
(Inherited from ImageCommand.)
Public propertyMatrix
Gets or sets the matrix to use for ordered dithering. The matrix must have either 4, 16, 64, or 256 elements in it representing 2x2, 4x4, 8x8 or 16x16 matrices, respectively.
Public propertyMethod
Set or get the method to be used for dithering.
Public propertyProgress
Gets or sets the ProgressEventHandler delegate which can be used to view or cancel the progress of the current process.
(Inherited from ImageCommand.)
Public propertySerpentine
Set or get whether or not Floyd Steinberg dithering will operate in alternating left to right/right to left patterns or simply left to right.
Public propertyStatic memberStandard16x16
Returns a standard 16x16 ordered dithering matrix.
Public propertyStatic memberStandard2x2
Returns a standard 2x2 ordered dithering matrix.
Public propertyStatic memberStandard4x4
Returns a standard 4x4 ordered dithering matrix.
Public propertyStatic memberStandard8x8
Returns a standard 8x8 ordered dithering matrix.
Public propertySupportedPixelFormats
Returns the set of PixelFormats that are supported by this image command.
(Overrides ImageCommandSupportedPixelFormats.)
Top
See Also