Click or drag to resize
DigitalRuneEffectParameterDescriptionCollectionTryGet Method
Gets the description for 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
public bool TryGet(
	EffectParameter parameter,
	out EffectParameterDescription description
)

Parameters

parameter
Type: EffectParameter
The effect parameter.
description
Type: DigitalRune.Graphics.EffectsEffectParameterDescription
The description for the specified effect parameter, if the parameter is found; otherwise, .

Return Value

Type: Boolean
if the collection contains a description for the effect parameter; otherwise, .
Exceptions
ExceptionCondition
ArgumentNullExceptionparameter is .
See Also