I have a canvas for drawing in my application and saving the entire coordinate when drawing the user. stored coordinates are then converted to another device and try to build pixels.
like this; (20.30), (50.40) .. .. ..
Due to the different screen size and resolution, my drawing is incomplete, and the positions and incorrect display
how can I compare the coordinate with another device, which should be in the exact place, like the device on which I draw the actual image.
source
share