Click or drag to resize

DisplayParametersHelper Class

A utility class used by ServiceProviderVisualizers that takes a DisplayParameters and creates and maintains a set of equivalent DisplayConditions.
Inheritance Hierarchy
SystemObject
  AGI.Foundation.Platforms.AdvancedDisplayParametersHelper

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 DisplayParametersHelper : IDisposable, 
	IEquatableDefinition

The DisplayParametersHelper type exposes the following members.

Constructors
  NameDescription
Public methodDisplayParametersHelper
Creates a new instances using the provided DisplayParameters and EvaluatorGroup.
Top
Properties
  NameDescription
Public propertyConstantCondition
Gets the generated ConstantDisplayCondition.
Public propertyDisplayCondition
Gets the generated display condition.
Public propertyDistanceCondition
Gets the generated DistanceDisplayCondition.
Public propertyPixelSizeCondition
Gets the generated PixelSizeDisplayCondition.
Public propertySceneCondition
Gets the generated SceneDisplayCondition.
Top
Methods
  NameDescription
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 methodGetDefinitionHashCode
Gets a hash code representing the definition of this 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 methodIsSameDefinition
Determines if this object has the same definition as another object.
Public methodToString
Returns a string that represents the current object.
(Inherited from Object.)
Public methodUpdate
Updates the display condition instances to their state at the provided time.
Public methodUpdateReferences
Uses the provided group to update previously created evaluators.
Top
See Also