Quantcast
Channel: MapWinGIS ActiveX Map and GIS Component
Viewing all articles
Browse latest Browse all 2341

New Post: Show an image on a drawing layer

$
0
0
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ò

Viewing all articles
Browse latest Browse all 2341

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>