views:

120

answers:

1

Say, I have a WPF program with a Windows Forms control in "WindowsFormsHost" on some of its windows.

I use that program via Remote Desktop.

How will this control's graphics remote? Via GDI instructions as if it was WinForms app or as plain bitmaps like WPF does?

+1  A: 

Created a test. So, it remotes as GDI, very fast.

Mikhail Orlov