I need help to convert my code from C# to VB.NET. I'm stuck on these lines:
byte* ptr = (byte*)(void*)bitmapData.Scan0;
byte* ptr2 = (byte*)(void*)bitmapData2.Scan0;
Here is my full code.
I need help to convert my code from C# to VB.NET. I'm stuck on these lines:
byte* ptr = (byte*)(void*)bitmapData.Scan0;
byte* ptr2 = (byte*)(void*)bitmapData2.Scan0;
Here is my full code.