Determines whether the image contains only black and white pixels.
public System.bool IsBlackAndWhite()
'宣言
Public Function IsBlackAndWhite() As System.Boolean
戻り値の型
true if all pixels in the image are either black or white, false if there are other colors.