Pages
-
Recent Posts
Archives
Tag Archives: Visual Studio
C# Snippet for Accessing Bitmap Data with Unsafe Code
Since GetPixel is slow and I keep having to access bitmap data with unsafe code, I thought it would be a nice thing to make into a snippet.
Posted in .net, C#, Programming
Tagged .NET, C#, pixel, Programming, Snippet, unsafe, Visual Studio
Leave a comment
Things I can’t code without in Visual Studio
Here’s a quick list of essential plug-ins and tools for Visual Studio. All of them are free, and this is mainly so the next time I reinstall windows I won’t spend ages trying to remember what that thing I use … Continue reading