SciChart.Drawing Assembly > System.Windows.Media.Imaging Namespace > WriteableBitmapExtensions Class > Blit Method : Blit(WriteableBitmap,Rect,WriteableBitmap,Rect,BlendMode) Method
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.
The blending mode WriteableBitmapExtensions.BlendMode.
Blit(WriteableBitmap,Rect,WriteableBitmap,Rect,BlendMode) 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.
blendMode
The blending mode WriteableBitmapExtensions.BlendMode.
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