Re: Read a shapefile (get the coordinates to an array) and make a point grid

المشرف العام

Administrator
طاقم الإدارة
Re: Read a shapefile (get the coordinates to an array) and make a point grid

If you want to draw on the map you need to add a paint event handler.

كود:
        private void sfMap1_Paint(object sender, PaintEventArgs e)
        {
            if (sfMap1.ShapeFileCount > 0)
            {
                //draw a grid ov...			

[url=http://easygis.net/forum/index.php?topic=2266.msg2807#msg2807]أكثر...[/url]
 
أعلى