BitmapEffect::UpdateUnmanagedPropertyState Method (SafeHandle^)
.NET Framework (current version)
When overridden in a derived class, updates the property states of the unmanaged properties of the effect.
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
Available since 3.0
Show: