Click or drag to resize

GraphicsParameterTransformTInput, TOutputTransformationCallback Property

Gets or sets a delegate which takes the result of the input parameter and converts it to the desired output.

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 Converter<TInput, TOutput> TransformationCallback { get; set; }

Property Value

Type: ConverterTInput, TOutput
See Also