1

我有两张图片,比如 png 和 jpeg,我需要覆盖它们。在 WPF 中,它可以由 DrawingGroup 完成(在 SL 中不可用)。我想这可能是用 WriteableBitmap 来完成的。你知道怎么做吗?

提前致谢!

干杯

4

1 回答 1

0

只需使用 aGrid代替:-

 <Grid>
    <Image Source="MyPic1.png" VerticalAlignment="Top" HorizontalAlignment="Left" />
    <Image Source="MyPic2.jpg" VerticalAlignment="Top" HorizontalAlignment="Left" />
 </Grid>
于 2010-07-30T10:47:41.160 回答