HighQualityRenderSurface

StockSharp.Xaml.Charting.Rendering.HighQualityRasterizer

Provides a RenderSurfaceBase implementation that uses a High-Quality software rasterizer, capable of rendering with sub-pixel accuracy. The downside is, the HighQualityRenderSurface uses a more accurate floating-point math rendering engine which is slower than the HighSpeedRenderSurface counterpart

Наследует: RenderSurfaceBase

Конструкторы

HighQualityRenderSurface()

Initializes a new instance of the HighQualityRenderSurface class.

Методы

GetRenderContext() : IRenderContext2D

When overridden in a derived class, returns a RenderContext valid for the current render pass

RecreateSurface()

Recreates the WriteableBitmap used by the Viewport