Click or drag to resize

DisplayParametersHelper Constructor

Creates a new instances using the provided DisplayParameters and EvaluatorGroup.

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 DisplayParametersHelper(
	DisplayParameters displayParameters,
	EvaluatorGroup group,
	DisplayConditionType type
)

Parameters

displayParameters
Type: AGI.Foundation.PlatformsDisplayParameters
The display parameters, which can be null.
group
Type: AGI.FoundationEvaluatorGroup
The group in which to create evaluators.
type
Type: AGI.Foundation.Platforms.AdvancedDisplayConditionType
The type of display conditions to create.
See Also