How can I determine position and size of rectangle on my image and fill rectangle with my texture using System.Drawing class or something else?
Basically I have to change the color of the particular part of an image on button click. Any idea how to do this?