I am attempting to access graphic data within memory.
1) I load in graphic data into a bitmap variable.
PO = New Bitmap("C:\Grass.Bmp")
2) In appropriate part of I code I put the data into a memorystream.
Dim MStrm As MemoryStream = New MemoryStream()
PO.Save(MStrm...
This site uses cookies to help personalise content, tailor your experience and to keep you logged in if you register.
By continuing to use this site, you are consenting to our use of cookies.