Drawing Pixels in WPF

I highly recommend against the previous two suggestions. The WriteableBitmap class provides what you need assuming you are using 3.5 SP1. Before SP1 there’s no really good answer to this question in WPF unless you resort to some serious trickery.

Leave a Comment