How to convert a bitmap to a array of Bytes

  • Thread starter Thread starter News VS.NET \( MS ILM \)
  • Start date Start date
N

News VS.NET \( MS ILM \)

Hello

I have the following:

Dim myBitmap As New Bitmap(600, 500)

Q:

How to convert a Bitmap to a Buffer() of Bytes



Thanks for your help
 
Back
Top