예제 #1
0
파일: WindowCapture.cs 프로젝트: nunb/code
        public WindowStreamCapture()
        {
            _windows    = new List <Tree>();
            _windowInfo = new Dictionary <IntPtr, ExpensiveWindowInfo>();

            _pool         = new BitmapPool();
            _bitmapToTree = new ScreenshotToTreeDoubleBuffered();
        }
예제 #2
0
        public WindowStreamCapture()
        {
            _windows = new List<Tree>();
            _windowInfo = new Dictionary<IntPtr, ExpensiveWindowInfo>();

            _pool = new BitmapPool();
            _bitmapToTree = new ScreenshotToTreeDoubleBuffered();
        }