Table of Contents

Class MashupVisualizer

Namespace
Bonsai.Design
Assembly
Bonsai.Design.dll

Provides an abstract base class for a visualizer which can be combined with other visualizers.

public abstract class MashupVisualizer : DialogTypeVisualizer
Inheritance
MashupVisualizer
Derived
Inherited Members

Properties

MashupSources

Gets the collection of visualizer sources combined in the mashup visualizer.

Methods

GetMashupSource(int, int)

Finds the mashup source located at the specified coordinates.

Load(IServiceProvider)

Loads type visualizer resources using the specified service provider.

LoadMashups(IServiceProvider)

Loads type visualizer resources for all sources combined in the mashup visualizer.

Unload()

Unloads all type visualizer resources.

UnloadMashups()

Unloads resources for all sources combined in the mashup visualizer.