Exemplo n.º 1
0
 internal MapViewDragHandler(MapView mapView)
 {
     MapView          = mapView;
     nodeDragCursor   = new Cursor(new System.IO.MemoryStream(MindMate.Properties.Resources.DragMove));
     canvasDragCursor = new Cursor(new System.IO.MemoryStream(MindMate.Properties.Resources.HandDrag));
 }
Exemplo n.º 2
0
 public MapViewFormatPainter(MapView mapView)
 {
     this.mapView = mapView;
 }