BitmapEffect::UpdateUnmanagedPropertyState Method (SafeHandle^)

 
obsoleteCodeEntityT:System.Windows.Media.Effects.EffectNote: This API is now obsolete.

When overridden in a derived class, updates the property states of the unmanaged properties of the effect.

Namespace:   System.Windows.Media.Effects
Assembly:  PresentationCore (in PresentationCore.dll)

protected:
[SecurityCriticalAttribute]
[ObsoleteAttribute("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
virtual void UpdateUnmanagedPropertyState(
	SafeHandle^ unmanagedEffect
) abstract

Parameters

unmanagedEffect
Type: System.Runtime.InteropServices::SafeHandle^

The handle to the effect that contains the properties to update.

When setting unmanaged properties within an override of this method, use the helper method SetValue.

.NET Framework
Available since 3.0
Return to top
Show: