Search results for query: *

  • Users: Peanutman
  • Content: Threads
  • Order by date
  1. Peanutman

    How to Convert bitmap to black/white?

    I have a bitmap loaded into memory by using the following code: Data = Clipboard.GetDataObject() If Data.GetDataPresent(GetType(System.Drawing.Bitmap)) Then bmap = CType(Data.GetData(GetType(System.Drawing.Bitmap)), Image) Dim g As Graphics = Graphics.FromImage(bmap) Endif I would like...
Back
Top