Table of Contents

Struct BitmapContext

Namespace
StockSharp.Xaml.Charting.Rendering.HighSpeedRasterizer.WBX
Assembly
StockSharp.Xaml.Charting.dll

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

public struct BitmapContext : IDisposable
Implements
Inherited Members
Extension Methods

Remarks

Attempting to put as many preprocessor hacks in this file, to keep the rest of the codebase relatively clean

Methods

Dispose()

Disposes the BitmapContext, unlocking it and invalidating if WPF

public void Dispose()