How to combine multiple image as single image in UWP

倖福魔咒の 提交于 2019-12-13 05:39:06

问题


I have multiple image(near by 40 images), I need to combine these images as single image. I have referred the below link, Combine two Images into one new Image

but I dint find anything like Graphics in UWP. How toacheive this requirement


回答1:


Making a render target bitmap and draw the image to render target bitmap.

The example that how to draw image to render target bitmap.

And you can save render target bitmap to file, see http://jamescroft.co.uk/blog/how-to/storing-a-uwp-inkcanvas-drawing-as-an-image-in-a-storagefile/



来源:https://stackoverflow.com/questions/50987124/how-to-combine-multiple-image-as-single-image-in-uwp

易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!