EDITED
Here is a detailed descrption...
I have four buttons, first button uses fileOpenPicker and selects an image and displays on a image control
second button, will capture the image using CamerCaptureUi .. and displays the photo on the same image control...
Third button is to edit the image.. When I click on this button Aviary SDK will be initialized, I will edit my image.
The edited image will be displayed on a new image control (say Img2).
using the fourth button, I have to save this edited image[img2]. I used filesavepicker, but no where I'm passing the control name img2 or its source.
Please help !!