Click or drag to resize

CentralBodySurfaceRegionVisualizer Class

A ServiceProviderVisualizer that draws an area described by ICentralBodySurfaceRegionGraphicsService and defined by ICentralBodySurfaceRegionServiceCentralBodySurfaceRegionGraphicsExtension can be used to add the required services to an object.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Platforms.AdvancedServiceProviderVisualizer
    AGI.Foundation.Platforms.AdvancedCentralBodySurfaceRegionVisualizer

Namespace:  AGI.Foundation.Platforms.Advanced
Assembly:  AGI.Foundation.Platforms.Graphics (in AGI.Foundation.Platforms.Graphics.dll) Version: 24.1.418.0 (24.1.418.0)
Syntax
public sealed class CentralBodySurfaceRegionVisualizer : ServiceProviderVisualizer

The CentralBodySurfaceRegionVisualizer type exposes the following members.

Constructors
  NameDescription
Public methodCentralBodySurfaceRegionVisualizer
Initializes a new instance.
Top
Methods
  NameDescription
Public methodClear (Overrides ServiceProviderVisualizerClear.)
Public methodCreateEvaluators (Overrides ServiceProviderVisualizerCreateEvaluators(IEnumerableIServiceProvider, EvaluatorGroup).)
Public methodDispose
Releases any resources associated with this instance.
(Inherited from ServiceProviderVisualizer.)
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 methodInitialUpdate
Called by the ServiceProviderDisplay after all evaluators have been created to instruct the visualizer to finish any remaining initialization and draw its static graphics.
(Overrides ServiceProviderVisualizerInitialUpdate.)
Public methodPick
Returns a list of IServiceProvider instances that were contained in the provided PickResult
(Overrides ServiceProviderVisualizerPick(PickResult).)
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates any dynamic graphics to the provided time.
(Overrides ServiceProviderVisualizerUpdate(JulianDate).)
Public methodUpdateReferences
Called by ServiceProviderDisplay to instruct the visualizer to update its evaluator references.
(Overrides ServiceProviderVisualizerUpdateReferences(EvaluatorGroup).)
Top
See Also