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??