المساعد الشخصي الرقمي

مشاهدة النسخة كاملة : How to store PIXEL VALUES in ARRAY?



C# Programming
12-30-2009, 04:00 AM
Hi all,

The question is as follows:

In my C# application , as i click on the image the corrosponding pixel values should be shown in two textboxes(one for row value and another for column) with the point clicked should be shown over the image. I want this to be a repititive process(i mean, any number of points could be stored). These textbox values should ultimately be stored in two diff arrays and fed into a .dll file(written in c++).

How can i achieve this?

Any help is greatly appreciated.