Hi,
On a WindowsForms I implement the above code
My call for the class looks like this:
dll version is 1.6.0.0
What am I doing wrong ?
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 firedll version is 1.6.0.0
What am I doing wrong ?