|
hi all
i get mouse coordination X,Y in pixels
<code>
var X = event.clientX ;
var Y = event.clientY ;
</code>
i want to display an image in x,y mouse clicked region
and
i have height and width of image in centimeter .
now , how can i convert centimeter to pixel or reverse .
thanks .
|
|
|
|
|
|
|
// |