IMILBitmapEffect interface (mileffects.h)
Exposes methods that define a Windows Presentation Foundation (WPF) bitmap effect.
Inheritance
The IMILBitmapEffect interface inherits from the IUnknown interface. IMILBitmapEffect also has these types of members:
Methods
The IMILBitmapEffect interface has these methods.
IMILBitmapEffect::GetOutput Gets the output of the effect. |
IMILBitmapEffect::GetParentEffect Gets a parent of the effect. |
IMILBitmapEffect::SetInputSource Sets the effect input source. |
Remarks
IMILBitmapEffect is a wrapper for a IMILBitmapEffectPrimitive. A IMILBitmapEffectPrimitive is wrapped by a IMILBitmapEffect through Component Object Model (COM) aggregation. Therefore, independent software vendor (ISV) effect writers do not need to implement the IMILBitmapEffect, IMILBitmapEffectImpl, and IMILBitmapEffectConnections interfaces.
Requirements
Requirement | Value |
---|---|
Minimum supported client | Windows XP with SP2, Windows Vista [desktop apps only] |
Minimum supported server | Windows Server 2008 [desktop apps only] |
Target Platform | Windows |
Header | mileffects.h |
Redistributable | Microsoft .Net 3.0 |