hi
i am using GeoTiffRasterLayer to show TIFF file. I can see at mousemove event coordinates are in METERS. i want to display in DECIMAL DEGREE. i am putting my code so some one can suggest me the updates.
Private
Sub winformsMap1_MouseMove(ByVal sender As Object, ByVal e As System.Windows.Forms.MouseEventArgs) Handles winformsMap1.MouseMove"toolStripStatusLabelScreen").Text = "X:" & e.X & " Y:" & e.YDim pointShape As PointShape = ExtentHelper.ToWorldCoordinate(winformsMap1.CurrentExtent, New ScreenPointF(e.X, e.Y), winformsMap1.Width, winformsMap1.Height)"toolStripStatusLabelWorld").Text = "(world) X:" & Math.Round(pointShape.X, 4) & " Y:" & Math.Round(pointShape.Y, 4)End Sub
Regards,
Zeeshan
statusStrip1.Items(
statusStrip1.Items(