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; } }
Les membres connectés peuvent publier, suivre les mises à jour, et plus encore. Nouveau ici ? Inscrivez-vous gratuitement.
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.