What is the best way to programmatically determine the color of a pixel in a bitmap using WPF?

Posted by DanM on Stack Overflow See other posts from Stack Overflow or by DanM
Published on 2010-05-24T04:48:54Z Indexed on 2010/05/24 4:50 UTC
Read the original article Hit count: 329

Filed under:
|
|

The only way I found so far is System.Drawing.Bitmap.GetPixel(), but Microsoft has warnings for System.Drawing that are making me think it might be deprecated soon. Is there another way?

© Stack Overflow or respective owner

Related posts about c#

Related posts about wpf