Click or drag to resize

BitmapImageCreateAsBinary Method

Overload List
  NameDescription
Public methodStatic memberCreateAsBinary(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.
Public methodStatic memberCreateAsBinary(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.
Top
See Also