The WriteableBitmap.
Only the relative path to the content file.
FromContent Method
Loads an image from the applications content and returns a new WriteableBitmap. The passed WriteableBitmap is not used.
Syntax
[Extension()]
public static WriteableBitmap FromContent( 
   WriteableBitmap bmp,
   string relativePath
)

Parameters

bmp
The WriteableBitmap.
relativePath
Only the relative path to the content file.

Return Value

A new WriteableBitmap containing the pixel data.
Requirements

Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2

See Also