Version

Search Results

Equals(ImageConverter) Method

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.

Equals Method (BWImageConverter)

Compares this converter to the specified one. Overload List

GetHashCode Method (BWImageConverter)

Gets the hash code value for this converter. Syntax Return Value The hash code value.

Invert Property

Gets a boolean value indicating whether to invert the image. Syntax

Level Property

Gets the boundary level of grey to represent black or white pixels. Syntax

ToImage(Image) Method

Gets the converted image. Syntax Parameters image Original image. Return Value Converted image.

ToImage Method (BWImageConverter)

Gets the converted image. Overload List

Type Property (BWImageConverter)

Gets the ConverterType of this converter. Syntax

BWImageConverter Constructor()

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.

BWImageConverter Constructor(Int32)

Initializes a new instance of the BWImageConverter class. Syntax Parameters level A boundary level of grey to represent black or white pixels.