예제 #1
0
        public override void Draw(Graphics g, MapView.DisplayTransform t, ImageAttributes attributes = null)
        {
            var view   = MainWindow.MapView;
            var bounds = view.Bounds;

            _features.Draw(g, t);
        }