<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
font-size: 10pt;
font-family:Verdana
}
</style>
</head>
<body class='hmmessage'>
Hi,<br><br>If anyone knows if Openlayers has any function to calculate the Tiff file ?<br><br>double pixelHeight = (topLeftPoint.Y - lowerRightPoint.Y) / imageSize.Height;
<br>double pixelWidth = (lowerRightPoint.X - topLeftPoint.X) / imageSize.Width;
<br><br>I have done it before in c#. So openlayers has any utility that allow me to get the topleft point and image's width ?<br><br>(Or)<br><br>Someone must have already written a control for it and i just need to download from the trunk area.<br><br>Cheers.<br><br></body>
</html>