Quantcast
Channel: MapWinGIS ActiveX Map and GIS Component
Viewing all articles
Browse latest Browse all 2341

New Post: New draw

$
0
0
or I can set the radius of which will not be change when zooming?

double x = 0;
double y = 0;
MapWinGIS.Point pnt = new MapWinGIS.Point();
map.PixelToProj(e.x, e.y, ref x, ref y);
pnt.x = x;
pnt.y = y;
int draw_hndl = map.NewDrawing(MapWinGIS.tkDrawReferenceList.dlSpatiallyReferencedList);
map.DrawCircle(pnt.x, pnt.y, 1, 20, false);

Viewing all articles
Browse latest Browse all 2341

Trending Articles



<script src="https://jsc.adskeeper.com/r/s/rssing.com.1596347.js" async> </script>