Click or drag to resize
DigitalRuneIEffectInterpreterGetDescription Method (Effect, EffectParameter)
Interprets the specified effect parameter.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
EffectParameterDescription GetDescription(
	Effect effect,
	EffectParameter parameter
)

Parameters

effect
Type: Effect
The effect.
parameter
Type: EffectParameter
The effect parameter.

Return Value

Type: EffectParameterDescription
The description of the effect parameter, or if the method was not able to interpret the effect parameter.
Exceptions
ExceptionCondition
ArgumentNullExceptioneffect or parameter is .
See Also