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; } }
サインインしたメンバーは投稿、更新のフォローなどができます。初めてですか?無料アカウントを登録してください。
Find useful guides, FAQs, and documents to help you navigate and make the most of Esri Community.