Compares this converter to the specified one. Syntax Parameters converter A converter to compare with. Return Value A boolean value indicating whether the converters are equal.
Compares this converter to the specified one. Overload List
Gets the hash code value for this converter. Syntax Return Value The hash code value.
Gets a boolean value indicating whether to invert the image. Syntax
Gets the boundary level of grey to represent black or white pixels. Syntax
Gets the converted image. Syntax Parameters image Original image. Return Value Converted image.
Gets the converted image. Overload List
Gets the ConverterType of this converter. Syntax
Initializes a new instance of the BWImageConverter class class. Syntax Remarks The default Level is 120. In order to use a different level, use the BWImageConverter Constructor(Int32) or BWImageConverter Constructor(Int32,Boolean) overload.
Initializes a new instance of the BWImageConverter class. Syntax Parameters level A boundary level of grey to represent black or white pixels.