Adds the specified effect to the current BitmapEffect of this object.

Namespace: Ico.Gwx
Assembly: GwxConfigCore (in GwxConfigCore.dll) Version: 10.97.212.0 (10.97.212.00)

Syntax

C#
public void AddEffect(
	BitmapEffect effect
)
Visual Basic
Public Sub AddEffect ( _
	effect As BitmapEffect _
)
JScript
public function AddEffect(
	effect : BitmapEffect
)

Parameters

effect
Type: System.Windows.Media.Effects..::..BitmapEffect
The effect to add.

Remarks

If an effect of the same type as effect already exists as part of this object's current effect, that sub-effect will be replaced, otherwise effect will be added to this object's current effect.

See Also