BitmapEffect::CreateUnmanagedEffect Method ()

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

When overridden in a derived class, creates a clone of the unmanaged 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 SafeHandle^ CreateUnmanagedEffect() abstract

Return Value

Type: System.Runtime.InteropServices::SafeHandle^

A handle to the unmanaged effect clone.

The following example demonstrates an override of the CreateUnmanagedEffect method.

No code example is currently available or this language may not be supported.

.NET Framework
Available since 3.0
Return to top
Show: