Метод | Описание | |
---|---|---|
EffectContainer ( String effectPath ) : System |
Creates an effect container
|
|
EffectContainer ( String effectPath, String contentManagerName ) : System |
Creates an effect container
|
|
EffectContainer ( System.Windows.Media.Effects.Effect effect ) : System |
Creates an effect container
|
|
SetParameterValues ( ) : void |
Sets all the parameters in addition to the ones in the effect itself.
|
public EffectContainer ( String effectPath ) : System | ||
effectPath | String | The path to the effect file to use in this container |
Результат | System |
public EffectContainer ( String effectPath, String contentManagerName ) : System | ||
effectPath | String | The path to the effect file to use in this container |
contentManagerName | String | The name of the content manager to use to load this effect |
Результат | System |
public EffectContainer ( System.Windows.Media.Effects.Effect effect ) : System | ||
effect | System.Windows.Media.Effects.Effect | The effect to use in this container |
Результат | System |