The WriteableBitmap.
The new desired width.
The new desired height.
The interpolation method that should be used.
Resize(WriteableBitmap,Int32,Int32,Interpolation) Method
Creates a new resized WriteableBitmap.
Syntax

Parameters

bmp
The WriteableBitmap.
width
The new desired width.
height
The new desired height.
interpolation
The interpolation method that should be used.

Return Value

A new WriteableBitmap that is a resized version of the input.
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