Click or drag to resize

ServiceProviderDisplay Class

Draws IServiceProviders using Insight3D.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.PlatformsServiceProviderDisplay

Namespace:  AGI.Foundation.Platforms
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class ServiceProviderDisplay : IDisposable

The ServiceProviderDisplay type exposes the following members.

Constructors
  NameDescription
Public methodServiceProviderDisplay
Initializes a new instance.
Top
Properties
  NameDescription
Public propertyServiceProviders
Gets the collection of IServiceProvider objects to be visualized.
Public propertyVisualizers
Gets the collection of ServiceProviderVisualizer objects used to visualizer services.
Top
Methods
  NameDescription
Public methodApplyChanges
Called to apply any changes made to any service providers or visualizers.
Public methodDispose
Releases any resources associated with this instance.
Public methodEquals
Determines whether the specified object is equal to the current object.
(Inherited from Object.)
Public methodGetHashCode
Serves as the default hash function.
(Inherited from Object.)
Public methodGetType
Gets the Type of the current instance.
(Inherited from Object.)
Public methodPick
Returns a list of IServiceProvider instances that were contained in the provided PickResult
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates any dynamic graphics to the provided time.
Top
See Also