Exemplo n.º 1
0
        public GenomeDisplayer()
        {
            _width  = 500;
            _height = 500;

            _image           = new Bitmap(_width, _height);
            _viewportPainter = new IOGraphViewportPainter(new IOGraphPainter());

            _viewportArea = new Rectangle(0, 0, _width, _height);
            _factory      = new NetworkGraphFactory();
        }