开发者

How to combine images?

WP7 application. I have some images (that I get from some URIs on the internet) and I want to combine them (one on top of the other, the second at a certain x and y on top on the first). Can开发者_运维知识库 this be done in WP7? What library should I use?


Just place two Images in a Canvas:

<Canvas>
    <Image Source="uri1" Canvas.Top="10" Canvas.Left="20"/>
    <Image Source="uri2" Canvas.Top="30" Canvas.Left="40"/>
</Canvas>
0

上一篇:

下一篇:

精彩评论

暂无评论...
验证码 换一张
取 消

最新问答

问答排行榜