IDCompositionAffineTransform2DEffect

An IDCompositionAffineTransform2DEffect interface represents a affine transform 2D filter effect

interface IDCompositionAffineTransform2DEffect : IDCompositionFilterEffect {}

Inherited Members

From IDCompositionFilterEffect

SetInput
HRESULT SetInput(UINT index, IUnknown input, UINT flags)

Sets the input at the given index to the filterEffect (NULL will use source visual, unless flagged otherwise)

Meta