0

I have to share a part of my WPF application to the second window. I could not use the existing scenarios (like described here and here, as those examples takes the whole desktop.

How I can set up a rectangle, within which the video can be streamed to second monitor?

Community
  • 1
  • 1
v.chjen
  • 615
  • 1
  • 8
  • 20

1 Answers1

0

It looks like you can use the Monitor class. Also take a look here. When you have your monitors and your bounds/dimensions, you can set the Window's properties as shown in this question to have your Window show on the secondary monitor.

Community
  • 1
  • 1
Kcvin
  • 5,073
  • 2
  • 32
  • 54