Click or drag to resize
DigitalRuneDictionaryEffectInterpreterGetDescription Method (Effect, EffectTechnique)
Interprets the specified effect technique.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public virtual EffectTechniqueDescription GetDescription(
	Effect effect,
	EffectTechnique technique
)

Parameters

effect
Type: Effect
The effect.
technique
Type: EffectTechnique
The effect technique.

Return Value

Type: EffectTechniqueDescription
The description of the effect technique, or if the method was not able to interpret the effect technique.

Implements

IEffectInterpreterGetDescription(Effect, EffectTechnique)
Exceptions
ExceptionCondition
ArgumentNullExceptioneffect or technique is .
See Also