Click or drag to resize
DigitalRuneD3DImagePresentationTargetOnEnableAlphaChanged Method
Called when the EnableAlpha property changed.

Namespace: DigitalRune.Graphics.Interop
Assembly: DigitalRune.Graphics (in DigitalRune.Graphics.dll) Version: 1.2.0.0 (1.2.1.14562)
Syntax
protected virtual void OnEnableAlphaChanged(
	bool oldValue,
	bool newValue
)

Parameters

oldValue
Type: SystemBoolean
The old value.
newValue
Type: SystemBoolean
The new value.
See Also