Class ImageMashupVisualizer
Provides an abstract base class for type visualizers that overlay multiple values into a single image display.
public abstract class ImageMashupVisualizer : DialogMashupVisualizer
- Inheritance
-
DialogMashupVisualizerImageMashupVisualizer
- Derived
- Inherited Members
Properties
- VisualizerCanvas
When overridden in a derived class, gets the graphics canvas used to render the final visualizer output.
- VisualizerImage
Gets the image buffer used to construct the displayed visualizer background.
Methods
- Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
- Show(object)
Updates the type visualizer to display the specified value object.
- ShowMashup(IList<object>)
Combines the specified collection of values into a single image mashup.
- Unload()
Unloads all type visualizer resources.
- UpdateValues(IList<object>)
Updates the type visualizer state in preparation for displaying the specified collection of values.
- Visualize(IObservable<IObservable<object>>, IServiceProvider)
Creates an observable sequence used to visualize all notifications emitted by a workflow operator, using this type visualizer and the specified service provider.