SciChart.Drawing.DirectX.Context.D3D11 Namespace
Classes
Class | Description | |
---|---|---|
Direct3D11CompatibilityHelper | A helper class which can be used to detect if the Direct3D10 enhancements to SciChart can run on the current hardware & operating system | |
Direct3D11ObsoleteWarning | Displays an obsolete warning in all Direct3D11RenderSurface types | |
Direct3D11RenderSurface | Provides a SciChart.Drawing.Common.RenderSurfaceBase implementation that uses a DirectX 10 High Quality and High Speed raster, capable of rendering with sub-pixel accuracy. This requires DirectX10 hardware or later to run. Newer GPUs will have superior performance. If performance issues occur, please use the SciChart.Drawing.HighSpeedRasterizer.HighSpeedRenderSurface | |
DirectXHelper | A helper class to enable the Direct3D11RenderSurface Usage: >SciChartSurface DirectXHelper.TryApplyDirectXRenderer="True"/< | |
DXErrorEventArgs | Event args used by the Direct3D11RenderSurface | |
RdpDetectionTimer | Provides a helper class that can be used to detect if Remote Desktop sessions is in use on the current PC |
Interfaces
Interface | Description | |
---|---|---|
IDirectXRenderContext | Defines the interface to a 3D RenderContext |
See Also