I'd like to be able to set a lock screen image that did not scale to take up the entire lock screen. This is causing a lot of issues with cutting off parts of the image either horizontally or vertically. If I have a WriteableBitmap version of my image, and either the height or width (whichever is larger) is scaled to be either the screen height or width, then how might I over lay that image on top of another image that is the page size to make the image become a 'full screen' image. I am thinking that this would mimic a 'screenshot', and therefore the lock screen would not try to scale the image (Even though there would be some blank background on part of the newly created image where the original did not show up).
As an example, if I'm trying to adapt a picture from PhotoChooserTask to overlay on a default image of 768x1280, where the 768x1280 will always remain in portrait orientation exactly as the lock screen does, regardless of the PhotoChooserTask image result's dimensions, how can I always make this fit inside the 768x1280?