Hacker News new | ask | show | jobs
by charliesome 4895 days ago
The only time I've ever used them is to speed up drawing. Bitmap.SetPixel is super slow compared to taking a pointer to the raw image data and writing there directly.