Click or drag to resize

GraphicsParameterTransform<TInput, TOutput> Constructor (GraphicsParameter<TInput>, Converter<TInput, 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.3.420.0 (24.3.420.0)
Syntax
public GraphicsParameterTransform(
	GraphicsParameter<TInput> parameter,
	Converter<TInput, TOutput> callback
)

Parameters

parameter
Type: AGI.Foundation.Platforms.Advanced.GraphicsParameter<TInput>
The parameter to transform.
callback
Type: System.Converter<TInput, TOutput>
The transformation function.
See Also