Exemplo n.º 1
0
 void GeometryTools_DrawMapDoubleClick(BIT.AVL.Silver.Map.Map map, DrawingEventArgs args)
 {
     _drawArgs.AfterDrawMethod(args.Positions);
     _drawArgs = null;
     map.DragMode = BIT.AVL.Silver.Map.Map.DragBehavior.Pan;
     map.CaptureMouse();
 }