Good Evening,
I used this code to draw a point on the map:
Private Sub Map0_Mousedown (ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal Y As Long)
Xx As Double Dim: Dim Yy As Double
Map0.PixelToProj x, Y, Xx, Yy
LastrinaObj1 = Map0.NewDrawing(dlSpatiallyReferencedList)
Map0.DrawPointEx LastrinaObj1, Xx, Yy, 3, RGB(255, 0, 0)
end Sub
How do I show an image on the map with the same coordinates of the point? What is the method to use?
Thanks a lot.
Nicolò
I used this code to draw a point on the map:
Private Sub Map0_Mousedown (ByVal Button As Integer, ByVal Shift As Integer, ByVal x As Long, ByVal Y As Long)
Xx As Double Dim: Dim Yy As Double
Map0.PixelToProj x, Y, Xx, Yy
LastrinaObj1 = Map0.NewDrawing(dlSpatiallyReferencedList)
Map0.DrawPointEx LastrinaObj1, Xx, Yy, 3, RGB(255, 0, 0)
end Sub
How do I show an image on the map with the same coordinates of the point? What is the method to use?
Thanks a lot.
Nicolò