Fields  Properties  Methods 


UniformVectorFieldDrawingProvider Class Members

The following tables list the members exposed by UniformVectorFieldDrawingProvider.

Public Constructors
Protected Fields
 NameDescription
Protected FieldNumber of valid entries at the start of VectorFieldDrawingProviderBase._drawIndices after the last render pass. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.VectorFieldDrawingProviderBase)
Protected FieldBacking array for the visible-index list built during the last render pass. Only indices [0, VectorFieldDrawingProviderBase._drawCount) are valid; the rest is unused capacity. Populated by BuildFullDrawList or BuildLodDrawList in each concrete provider. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.VectorFieldDrawingProviderBase)
Top
Public Properties
Public Methods
 NameDescription
Public MethodReturns a segment over the indices that were actually drawn during the last render pass. Returns an empty ArraySegment before the first render or when no vectors are visible. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.VectorFieldDrawingProviderBase)
Public Method Called when immediately before a render pass begins. This is guaranteed to be called on the UI Thread. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.VectorFieldDrawingProviderBase)
Public MethodOverridden.  Called during the Draw pass of this series onto the viewport. This method is guaranteed to be called on the UI Thread.  
Public MethodCalled when a property changes on the associated SciChart.Charting.Visuals.RenderableSeries.BaseRenderableSeries which requires caches to be cleared or drawing to be invalidated in some way. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.BaseDrawingProvider<VectorFieldRenderableSeries>)
Top
Protected Methods
 NameDescription
Protected MethodReturns a cached brush for color, creating one if necessary. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.VectorFieldDrawingProviderBase)
Protected MethodReturns a cached pen for color, creating one if necessary. (Inherited from SciChart.Charting.Visuals.RenderableSeries.DrawingProviders.VectorFieldDrawingProviderBase)
Top
Extension Methods
 NameDescription
Public Extension Method Notifies that finalizer has been invoked
Public Extension MethodOverloaded. Converts an System.IComparable array to double array
Public Extension MethodYields a single item, converting it to System.Collections.IEnumerable.
Public Extension Method
Top
See Also