IRenderSurface2D Interface
Defines the interface to a RenderSurface, which is a viewport used to draw 2D graphics in a fast manner. The renderer architecture is plugin based, meaning we have build multiple implementations of RenderSurfaceBase.
Object Model

Syntax
public interface IRenderSurface2D : SciChart.Core.Framework.IHitTestable, SciChart.Core.Framework.IInvalidatableElement, 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