Members 
IDirectXRenderSurface Interface
Defines the interface to a SciChart.Drawing.DirectX.Context.D3D11.Direct3D11RenderSurface: a DirectX10/11 implementation of SciChart.Drawing.Common.RenderSurfaceBase that uses high-quality, sub-pixel, hardware accelerated drawing algorithms.
Object Model
IDirectXRenderSurface InterfaceIServiceContainer Interface
Syntax
[Obsolete("The SciChart.DirectX package based on SharpDX is now obsolete since SharpDX itself has been made obsolete.
This has been replaced with our new in-house DirectX rendering engine.
To enable this, remove all instances of DirectX/Direct3D11RenderSurface from your code and set the attached property VisualXcceleratorEngine.IsEnabled=True on your SciChartSurface.", false)]
public interface IDirectXRenderSurface : SciChart.Core.Framework.IHitTestable, SciChart.Core.Framework.IInvalidatableElement, SciChart.Drawing.Common.IRenderSurface  
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