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

Parameters

bmp
The WriteableBitmap.
relativePath
Only the relative path to the resource file. The assembly name is retrieved automatically.

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