Mikhail Orlov
Mikhail Orlov

Reputation: 2857

How do WinForms controls inside WPF WindowsFormsHost remote?

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?

Upvotes: 2

Views: 555

Answers (1)

Mikhail Orlov
Mikhail Orlov

Reputation: 2857

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

Upvotes: 1

Related Questions