i have a Canvas where i get the position of the pixel when i draw. Example, X=1, Y=5. So, i have to project that on a real wall. I know the geography coordinate of each lower corner of the wall and the width and height as well.
How can i convert from cartesian coordinate to geography coordinate?
Thanks.