Exemplo n.º 1
0
        public ImageBoxFrameSelectionStrategy(IImageBox imageBox, int window, NotifyChangedDelegate notifyChanged)
        {
            _notifyChanged     = notifyChanged;
            _imageBox          = imageBox;
            _imageBox.Drawing += OnImageBoxDrawing;

            _window = window;
            _frames = new Queue <Frame>();
            Refresh(true);
        }
Exemplo n.º 2
0
        public ImageBoxFrameSelectionStrategy(IImageBox imageBox, int window, NotifyChangedDelegate notifyChanged)
        {
            _notifyChanged = notifyChanged;
            _imageBox = imageBox;
            _imageBox.Drawing += OnImageBoxDrawing;

            _window = window;
            _frames = new Queue<Frame>();
            Refresh(true);
        }