I have a UserControl (inherits Canvas) on a WPF Window that is reading and displaying some realtime imagery, and overlaying shapes and text atop the image.
I'm looking for ways to clone this Canvas onto another WPF Window on another computer. The host computer has a bunch of controls that affect the programs operation, I want the client to be view-only, and just that Canvas -- so VNC/RDP/etc aren't options for me.
An interval-based refresh would be fine. I'm looking for high-level suggestions, I'll figure out (or ask SO) the implementation details.