[]
Determines whether the image contains only black and white pixels.
public bool IsBlackAndWhite()
Public Function IsBlackAndWhite() As Boolean
| Type | Description |
|---|---|
| bool | true if all pixels in the image are either black or white, false if there are other colors. |