Click or drag to resize

GraphicsParameterTransformTInput, TOutput Constructor (GraphicsParameterTInput, ConverterTInput, TOutput)

Initializes a new instance with the specified parameters.

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 GraphicsParameterTransform(
	GraphicsParameter<TInput> parameter,
	Converter<TInput, TOutput> callback
)

Parameters

parameter
Type: AGI.Foundation.Platforms.AdvancedGraphicsParameterTInput
The parameter to transform.
callback
Type: SystemConverterTInput, TOutput
The transformation function.
See Also