4
Answers

how to get pixel of bitmap image in WP app

Nitin Patil

Nitin Patil

10y
5.5k
1
I'm using namespace System.Windows.Media.Imaging in Windows Phone app and i want to get value of particular pixel value but we can't retrive pixel value because there is no in build method in this namespace like,  
img1.getRGB(20, 20);
or
img2.GetPixel(20, 20);
how we can get value of pixel??
Answers (4)