Ejemplo n.º 1
0
            public CrossHair(IImageBox imageBox, SpatialLocatorTool spatialLocatorTool)
            {
                ImageBox            = imageBox;
                _spatialLocatorTool = spatialLocatorTool;

                _crosshairGraphic          = new CrosshairGraphic();
                _crosshairGraphic.Drawing += OnGraphicDrawing;
            }
Ejemplo n.º 2
0
			public CrossHair(IImageBox imageBox, SpatialLocatorTool spatialLocatorTool)
			{
				ImageBox = imageBox;
				_spatialLocatorTool = spatialLocatorTool;

				_crosshairGraphic = new CrosshairGraphic();
				_crosshairGraphic.Drawing += OnGraphicDrawing;
			}
 public void SetSpatialLocatorTool(SpatialLocatorTool tool)
 {
     _spatialLocatorTool = tool;
 }
 internal void SetSpatialLocatorTool(SpatialLocatorTool tool)
 {
     _spatialLocatorTool = tool;
 }