The WriteableBitmap.
The stream with the image data.
FromStream Method
Loads the data from an image stream and returns a new WriteableBitmap. The passed WriteableBitmap is not used.
Syntax
[Extension()]
public static WriteableBitmap FromStream( 
   WriteableBitmap bmp,
   Stream stream
)

Parameters

bmp
The WriteableBitmap.
stream
The stream with the image data.

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