There is an FastBitmap class for C#, that lets you acces and modify pixel information of am bitmap. I have already used it in some C# project, but I need it now in VB.NET. The problem is that that class uses unsafe code, that is not supported in VB.NET.
The question is. Can I compile the FastBitmap class in a dll and use it in VB.NET?
[EDIT] Or is there some library that can be used to modfy pixel data in VB.NET?