Skip to content

Latest commit

 

History

History
62 lines (54 loc) · 2.95 KB

nn-mileffects-imilbitmapeffectprimitive.md

File metadata and controls

62 lines (54 loc) · 2.95 KB
UID title description helpviewer_keywords old-location tech.root ms.assetid ms.date ms.keywords req.header req.include-header req.target-type req.target-min-winverclnt req.target-min-winversvr req.kmdf-ver req.umdf-ver req.ddi-compliance req.unicode-ansi req.idl req.max-support req.namespace req.assembly req.type-library req.lib req.dll req.irql targetos req.typenames req.redist ms.custom f1_keywords dev_langs topic_type api_type api_location api_name
NN:mileffects.IMILBitmapEffectPrimitive
IMILBitmapEffectPrimitive (mileffects.h)
Exposes methods that create a bitmap effect's output. This interface must be implemented to create third party Windows Presentation Foundation (WPF) bitmap effects.
IMILBitmapEffectPrimitive
IMILBitmapEffectPrimitive interface [WPF Bitmap Effects]
IMILBitmapEffectPrimitive interface [WPF Bitmap Effects]
described
_wibe_imilbitmapeffectprimitive
mileffects/IMILBitmapEffectPrimitive
wibe._wibe_imilbitmapeffectprimitive
wibe\_wibe_imilbitmapeffectprimitive.htm
wibe
VS|wibe|~\wibelh\reference\ifaces\imilbitmapeffectprimitive\imilbitmapeffectprimitive.htm
12/05/2018
IMILBitmapEffectPrimitive, IMILBitmapEffectPrimitive interface [WPF Bitmap Effects], IMILBitmapEffectPrimitive interface [WPF Bitmap Effects],described, _wibe_imilbitmapeffectprimitive, mileffects/IMILBitmapEffectPrimitive, wibe._wibe_imilbitmapeffectprimitive
mileffects.h
Windows
Windows XP with SP2, Windows Vista [desktop apps only]
Windows Server 2008 [desktop apps only]
Mileffects.idl
Mileffects.dll
Windows
Microsoft .Net 3.0
19H1
IMILBitmapEffectPrimitive
mileffects/IMILBitmapEffectPrimitive
c++
APIRef
kbSyntax
COM
Mileffects.dll
IMILBitmapEffectPrimitive

IMILBitmapEffectPrimitive interface

-description

Exposes methods that create a bitmap effect's output. This interface must be implemented to create third party Windows Presentation Foundation (WPF) bitmap effects.

-inheritance

The IMILBitmapEffectPrimitive interface inherits from the IUnknown interface. IMILBitmapEffectPrimitive also has these types of members:

-remarks

Effect clients, in general, should interact with the outer IMILBitmapEffect object rather than the IMILBitmapEffectPrimitive object. If the client needs to interact with the IMILBitmapEffectPrimitive directly the client will need to implement IMILBitmapEffectConnections, IMILBitmapEffectConnectionsInfo, and IMILBitmapEffectConnectorInfo.