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.2.419.0 (24.2.419.0)
Syntax public Converter<TInput, TOutput> TransformationCallback { get; set; }
Public Property TransformationCallback As Converter(Of TInput, TOutput)
Get
Set
public:
property Converter<TInput, TOutput>^ TransformationCallback {
Converter<TInput, TOutput>^ get ();
void set (Converter<TInput, TOutput>^ value);
}
member TransformationCallback : Converter<'TInput, 'TOutput> with get, set
Property Value
Type:
ConverterTInput,
TOutputSee Also