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.2.419.0 (24.2.419.0)
Syntax public 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> -> GraphicsParameterTransform
Parameters
- parameter
- Type: AGI.Foundation.Platforms.AdvancedGraphicsParameterTInput
The parameter to transform. - callback
- Type: SystemConverterTInput, TOutput
The transformation function.
See Also