Quantcast
Channel: GMap.NET - Great Maps for Windows Forms & Presentation
Viewing all articles
Browse latest Browse all 3384

New Post: Trouble with some little code piece

$
0
0
Hi,

On a WindowsForms I implement the above code

My call for the class looks like this:
private void gMapControl1_OnMapZoomChanged()
        {            
            GMapMarkerCircle circ = new GMapMarkerCircle(new PointLatLng(50.755786121111, 8.617633343333));
            gMapControl1.Invalidate();         
            
        }
but the "OnRender(Graphics g)" method doen't fire


dll version is 1.6.0.0



What am I doing wrong ?

Viewing all articles
Browse latest Browse all 3384

Trending Articles