Click or drag to resize
DigitalRuneDelegateParameterBindingTComputeParameter Property
Get or sets a method that computes the new value for the effect parameter.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public Func<DelegateParameterBinding<T>, RenderContext, T> ComputeParameter { get; set; }

Property Value

Type: FuncDelegateParameterBindingT, RenderContext, T
The method that computes the new value for the effect parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptionvalue is .
Remarks
See Also