使用嵌入式html从Silverlight控件制作图像

时间:2011-01-11 14:38:03

标签: html silverlight silverlight-4.0

如何使用嵌入式html从Silverlight控件制作图像。 Html嵌入了HtmlPage帮助。目前在图像中我看到空的空间,其中必须是html内容。我知道html是在silverlight插件的绝对定位div中呈现的。

  

Image proxyImage = new Image();   proxyImage.Source = new   WriteableBitmap的(Application.Current.RootVisual,   Application.Current.RootVisual.RenderTransform);

1 个答案:

答案 0 :(得分:0)

线索在你的答案“over silverlight plugin”。 Silverlight无权访问浏览器在图像上呈现的图像。它只能看到它正在渲染的表面。