Properties  Methods  Events

IRenderSurface Interface Members

The following tables list the members exposed by IRenderSurface.

Public Properties
 NameDescription
 PropertyGets the height of the SciChart.Core.Framework.IHitTestable (Inherited from SciChart.Core.Framework.IHitTestable)
 PropertyGets the width of the SciChart.Core.Framework.IHitTestable (Inherited from SciChart.Core.Framework.IHitTestable)
 PropertyReturns true if the RenderSurfaceBase size is valid for drawing  
 PropertyReturns true if the RenderSurfaceBase is valid for drawing  
 PropertyReturns True if the RenderSurfaceBase size has changed and the viewport needs resizing  
 PropertyGets or sets the SciChart.Core.Utility.IServiceContainer instance  
 PropertyGets or sets a Style to apply to the IRenderSurface2D  
Top
Public Methods
 NameDescription
 Method Clears the viewport  
 MethodClears all System.Windows.FrameworkElement Visual Children on the IRenderSurface2D  
 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)
 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  
 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
Public Events
 NameDescription
 Event Raised each time the render surface is to be drawn. Handle this event to paint to the surface  
 Event Raised immediately after a render operation has completed  
Top
See Also