MapView_AddCamera 따라가보자
2019, Apr 09
Map View 카메라 리스트를 더블 클릭하면
- MapViewControl::AddCamera 호출
- GraphicMapControl::SelectedItem Set
- PictureBox::IsSelected Set
- PictureBox::Validate 호출
- PictureBox::OnPaintBackground()
PictureBox::OnPaintBackground() 에서
- GraphicMapControl::OnPaintBackground 호출
GraphicMapControl::OnPaintBackground 하는 일
- 지도 Bitmap 그리기
PictureBox::OnPaintBackground, OnPaint 하는 일
- PictureBox Image 그리기
- Text 그리기