Class IplImageVisualizer
Provides a type visualizer that displays the images in a sequence as fast as the active display is refreshed.
public class IplImageVisualizer : ImageMashupVisualizer
- Inheritance
-
DialogMashupVisualizerIplImageVisualizer
- Derived
- Inherited Members
Properties
- StatusStrip
Gets the status bar control used to display additional information for the image visualizer.
- StatusStripEnabled
Gets or sets a value indicating whether the status bar should be shown when right-clicking the image visualizer.
- VisualizerCanvas
Gets the graphics canvas used to render the final visualizer output.
Methods
- Load(IServiceProvider)
Loads type visualizer resources using the specified service provider.
- RenderFrame()
Renders all graphics to the visualizer canvas. Override this method to overlay additional graphics elements on top of the image texture.
- 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.