BitmapEffect::InitializeBitmapEffect Method (SafeHandle^, SafeHandle^)

 
Note: This API is now obsolete.

Initializes an IMILBitmapEffect handle obtained from CreateBitmapEffectOuter with the given IMILBitmapEffectPrimitive.

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

protected:
[SecurityCriticalAttribute]
[SecurityTreatAsSafeAttribute]
[ObsoleteAttribute("BitmapEffects are deprecated and no longer function.  Consider using Effects where appropriate instead.")]
static void InitializeBitmapEffect(
	SafeHandle^ outerObject,
	SafeHandle^ innerObject
)

Parameters

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

The outer IMILBitmapEffect wrapper to initialize.

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

The inner IMILBitmapEffectPrimitive.

The following example shows an implementation of CreateUnmanagedEffect that uses the InitializeBitmapEffect method to initialize the wrapper object with the custom effect.

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

.NET Framework
Available since 3.0
Return to top
Show: