我正在使用 WriteableBitmapRenderExtensions,下面是我的代码,我收到错误消息“无法扩展此流的长度超出其容量”。
我在渲染中遇到错误。
var bitmap = await WriteableBitmapRenderExtensions.Render(mainImage);
<Grid Name="mainImage">
<Image Name="frameImage"
Source="Image/u117_normal.png"
Stretch="Fill"></Image>
<Image Name="userImage"
Source="Image/u66_normal.png"
Width="700"
Height="500"></Image>
<Canvas>
<Image Name="AddonImage"
Source="Image/u103_normal.png"
Width="100"
Height="100"></Image>
</Canvas>
</Grid>
有人可以帮我吗?