BitmapImageCreateAsBinary Method |
| Name | Description | |
|---|---|---|
| CreateAsBinary(Int32, Int32, Int32, Boolean) |
Creates a binary image based on input data. Values greater than 0 are set to white, otherwise they are set to black.
| |
| CreateAsBinary(Int32, Int32, Int32, Boolean, Int32, Int32, Boolean, Boolean) |
Creates a binary image based on input data, which has a threshold bracket applied.
If doInverse is false,
values within the bracked are set to white. Values outside the bracket are set to black.
|