I drew a circle that function
int draw_hndl ;
draw_hndl = map60.NewDrawing(MapWinGIS.tkDrawReferenceList.dlScreenReferencedList);
map.DrawCircle(e.x, e.y, 20, 0, false);
how to bind circles to the polygon?
so that when you move the map, they also moved
int draw_hndl ;
draw_hndl = map60.NewDrawing(MapWinGIS.tkDrawReferenceList.dlScreenReferencedList);
map.DrawCircle(e.x, e.y, 20, 0, false);
how to bind circles to the polygon?
so that when you move the map, they also moved