Properties  Methods 

IDirectXRenderSurface Interface Members

The following tables list the members exposed by IDirectXRenderSurface.

Public Properties
Public Methods
 NameDescription
 Method Clears the viewport (Inherited from SciChart.Drawing.Common.IRenderSurface)
 MethodClears all System.Windows.FrameworkElement Visual Children on the SciChart.Drawing.Common.IRenderSurface2D (Inherited from SciChart.Drawing.Common.IRenderSurface)
 MethodPerforms application-defined tasks associated with freeing, releasing, or resetting unmanaged resources. (Inherited from System.IDisposable)
 MethodGets the bounds of the current SciChart.Core.Framework.IHitTestable element relative to another SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
 MethodCreates an SciChart.Drawing.DirectX.Context.D3D11.IDirectXRenderContext instance to perform drawing operations. Note this is only valid for the current render pass  
 Method Asynchronously requests that the element redraws itself plus children. Will be ignored if the element is ISuspendable and currently IsSuspended (within a SuspendUpdates/ResumeUpdates call) (Inherited from SciChart.Core.Framework.IInvalidatableElement)
 MethodReturns true if the Point is within the bounds of the current SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
 Method Recreates the elements required by the Viewport, called once at startup and when the surface is resized (Inherited from SciChart.Drawing.Common.IRenderSurface)
 MethodResets the D3D Engine with the flag which determines whether we use the alternative software path for mixing DirectX content with WPF. This flag (when true) improves compatibility on some older graphics hardware, at the expense of performance  
 MethodTranslates the point relative to the other SciChart.Core.Framework.IHitTestable element (Inherited from SciChart.Core.Framework.IHitTestable)
Top
Extension Methods
 NameDescription
Public Extension Method Checks for null and if not null, calls Dispose
Top
See Also