mileffects.h header

This header is used by WPF Bitmap Effects. For more information, see:

mileffects.h contains the following programming interfaces:

Interfaces

 
IMILBitmapEffect

Exposes methods that define a Windows Presentation Foundation (WPF) bitmap effect.
IMILBitmapEffectConnections

Exposes methods used to retrieve input and output connectors exposed by the bitmap effect.
IMILBitmapEffectConnectionsInfo

Exposes methods that retrieves information about what input and output pins are exposed by the bitmap effect.
IMILBitmapEffectConnector

Exposes methods that define an effect output pin.
IMILBitmapEffectConnectorInfo

Exposes methods that retrieve information about a specific input or output connector pin.
IMILBitmapEffectEvents

Exposes methods that define an effect event.
IMILBitmapEffectFactory

Exposes methods used to create Windows Presentation Foundation (WPF) Microsoft Win32 bitmap effect objects.
IMILBitmapEffectGroup

Exposes methods used to access a group of effects.
IMILBitmapEffectGroupImpl

Exposes methods that define an effect group.
IMILBitmapEffectImpl

Exposes methods that define an out IMILBitmapEffect object.
IMILBitmapEffectInputConnector

Exposes methods that define an input connect.
IMILBitmapEffectInteriorInputConnector

Exposes methods that define an interior input connector.
IMILBitmapEffectInteriorOutputConnector

Exposes methods that define an interior output connector.
IMILBitmapEffectOutputConnector

Exposes methods that define an output connector. (IMILBitmapEffectOutputConnector)
IMILBitmapEffectOutputConnectorImpl

Exposes methods that define an output connector. (IMILBitmapEffectOutputConnectorImpl)
IMILBitmapEffectPrimitive

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

Exposes methods that report the state of a bitmap effect. This interface must be implemented to create third party Windows Presentation Foundation (WPF) bitmap effects.
IMILBitmapEffectRenderContext

Exposes methods that define a IMILBitmapEffectRenderContext object.
IMILBitmapEffectRenderContextImpl

Exposes methods that define a IMILBitmapEffectRenderContext.
IMILBitmapEffects

Exposes methods that define an enumeration of effects.

Structures

 
MilMatrix3x2D

Represents a 3x3 matrix.
MILMatrixF

Represents a 4x4 affine transformation matrix.
MilPoint2D

Represents an x- and y-coordinate pair in two-dimensional space.M
MilRectD

Describes the width, height, and location of a rectangle.M