The destination WriteableBitmap.
The rectangle that defines the destination region.
The source WriteableBitmap.
The rectangle that will be copied from the source to the destination.
Blit(WriteableBitmap,Rect,WriteableBitmap,Rect) Method
Copies (blits) the pixels from the WriteableBitmap source to the destination WriteableBitmap (this).
Syntax

Parameters

bmp
The destination WriteableBitmap.
destRect
The rectangle that defines the destination region.
source
The source WriteableBitmap.
sourceRect
The rectangle that will be copied from the source to the destination.
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