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: 25.1.421.0 (25.1.421.0)
Syntaxpublic GraphicsParameterTransform(
	GraphicsParameter<TInput> parameter,
	Converter<TInput, TOutput> callback
)
Public Sub New ( 
	parameter As GraphicsParameter(Of TInput),
	callback As Converter(Of TInput, TOutput)
)
public:
GraphicsParameterTransform(
	GraphicsParameter<TInput>^ parameter, 
	Converter<TInput, TOutput>^ callback
)
new : 
        parameter : GraphicsParameter<'TInput> * 
        callback : Converter<'TInput, 'TOutput> -> GraphicsParameterTransformParameters
- parameter
 - Type: AGI.Foundation.Platforms.AdvancedGraphicsParameterTInput
The parameter to transform. - callback
 - Type: SystemConverterTInput, TOutput
The transformation function. 
See Also