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
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
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/