The WriteableBitmap.
The x coordinate of the rectangle that defines the crop region.
The y coordinate of the rectangle that defines the crop region.
The width of the rectangle that defines the crop region.
The height of the rectangle that defines the crop region.
Crop(WriteableBitmap,Int32,Int32,Int32,Int32) Method
Creates a new cropped WriteableBitmap.
Syntax

Parameters

bmp
The WriteableBitmap.
x
The x coordinate of the rectangle that defines the crop region.
y
The y coordinate of the rectangle that defines the crop region.
width
The width of the rectangle that defines the crop region.
height
The height of the rectangle that defines the crop region.

Return Value

A new WriteableBitmap that is a cropped 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