Nitin Patil

Nitin Patil

  • NA
  • 653
  • 205.2k

how to get pixel of bitmap image in WP app

Jul 25 2014 1:17 PM
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)