1

I'm working on a c# wpf app in which I want a grid or rectangle to show the contents of a window in my application. It should be like a monitor which constantly shows what happens in the other window (video is being played in in it).

Is there a good way to capture the screen or some other option?

Thanks

internetmw
  • 689
  • 5
  • 13
  • 33

1 Answers1

1

You can take a look at the VisualBrush class - that might be able to handle what you want. I don't know if it can handle cloning video but this example shows it copying a static part of the screen.

MarcE
  • 3,586
  • 1
  • 23
  • 27