tags:

views:

26

answers:

1

I have an image control that contain an image. I want to show the image by code, displaying random pixel of the original image.

Is it possible?

A: 

You need pixel shader effect for your image.
Here is example of usage effects.

Samvel Siradeghyan