Click or drag to resize
DigitalRuneIEffectInterpreterGetDescription 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
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.
Exceptions
ExceptionCondition
ArgumentNullExceptioneffect or technique is .
See Also