RemObjects.Hydra.WPF

Classes

Class Notes
VisualPlugin The VisualPlugin is a base class for a Hydra WPF visual plugins. You will use this class as a base for your own visual plugins, please refere to this article for more information about visual plugins.

Interfaces

Interface Notes
IWPFVisualPlugin The IWPFVisualPlugin interface is used internally by the Hydra core to interact with .NET WPF visual plugins. There is no need to use this interface manually since it is already implemented by a base visual plugins.