GraphicsParameterTransformTInput, TOutputParameter Property |
Gets or sets the parameter to transform.
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 GraphicsParameter<TInput> Parameter { get; set; }
Public Property Parameter As GraphicsParameter(Of TInput)
Get
Set
public:
property GraphicsParameter<TInput>^ Parameter {
GraphicsParameter<TInput>^ get ();
void set (GraphicsParameter<TInput>^ value);
}
member Parameter : GraphicsParameter<'TInput> with get, set
Property Value
Type:
GraphicsParameterTInputSee Also