See Also: Image Members
The following example creates a new image from a file
C# Example
var image = new Image { Source = "picture.png" };The FormsGallery sample, which can be found on the Sample Applications page, has a ImageDemoPage.cs file. This file contains a longer and more complicated example.