Click or drag to resize
DigitalRuneEffectTechniqueDescriptionCollectionItem Property (EffectTechnique)
Gets the EffectTechniqueDescription for the specified technique.

Namespace: DigitalRune.Graphics.Effects
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
public EffectTechniqueDescription this[
	EffectTechnique technique
] { get; }

Parameters

technique
Type: EffectTechnique

Property Value

Type: EffectTechniqueDescription
The EffectTechniqueDescription, or if the specified technique is not found in the collection.
See Also