private void timer1_tick(object sender, EventArgs e) { if(checkBox_rotate_map.Checked) { axmapControl1.Rotation = angle; angle = (angle+5 )%360; axmapControl1.ActiveView.PartialRefresh(esriViewDrawPhase.esriViewBackground,null,null); } else { axmapControl1.Rotation=0; } }
Membros conectados podem postar, seguir atualizações e mais. Novo aqui? Registre uma conta gratuita.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.