WhiteIsZero Property (BilevelBitmap)
In This Topic
Gets or sets a value indicating whether 0 represents white and 1 represents black (if true) or vice versa (if false).
Syntax
'Declaration
Public Property WhiteIsZero As System.Boolean
public System.bool WhiteIsZero {get; set;}
See Also