BitmapContext

StockSharp.Xaml.Charting.Rendering.HighSpeedRasterizer.WBX

A disposable cross-platform wrapper around a WriteableBitmap, allowing a common API for Silverlight " WPF with locking " unlocking if necessary

Implements: IDisposable

Constructors

BitmapContext(WriteableBitmap)

Creates an instance of a BitmapContext, with default mode = ReadWrite

writeableBitmap
BitmapContext(WriteableBitmap, ReadWriteMode)

Creates an instance of a BitmapContext, with specified ReadWriteMode

writeableBitmap
mode

Methods

BlockCopy(BitmapContext, int, BitmapContext, int, int)

Performs a Copy operation from source Bto destination BitmapContext

BlockCopy(int[], int, BitmapContext, int, int)

Performs a Copy operation from source Array to destination BitmapContext

BlockCopy(byte[], int, BitmapContext, int, int)

Performs a Copy operation from source Array to destination BitmapContext

BlockCopy(BitmapContext, int, byte[], int, int)

Performs a Copy operation from source BitmapContext to destination Array

BlockCopy(BitmapContext, int, int[], int, int)

Performs a Copy operation from source BitmapContext to destination Array

Clear()

Clears the BitmapContext, filling the underlying bitmap with zeros

Dispose()

Disposes the BitmapContext, unlocking it and invalidating if WPF