IDCompositionAffineTransform2DEffect interface (dcomp.h)

The arithmetic composite effect is used to combine 2 images using a weighted sum of pixels from the input images.

Inheritance

The IDCompositionAffineTransform2DEffect interface inherits from IDCompositionFilterEffect. IDCompositionAffineTransform2DEffect also has these types of members:

Methods

The IDCompositionAffineTransform2DEffect interface has these methods.

 
IDCompositionAffineTransform2DEffect::SetBorderMode

Sets the border mode to use with the effect.
IDCompositionAffineTransform2DEffect::SetInterpolationMode

Sets the interpolation mode of the effect.
IDCompositionAffineTransform2DEffect::SetSharpness

Sets the sharpness of the effect. (overload 2/2)
IDCompositionAffineTransform2DEffect::SetSharpness

Sets the sharpness of the effect. (overload 1/2)
IDCompositionAffineTransform2DEffect::SetTransformMatrix

Sets the transform matrix of the effect.
IDCompositionAffineTransform2DEffect::SetTransformMatrixElement

Sets an element of the transform matrix of the effect. (overload 1/2)
IDCompositionAffineTransform2DEffect::SetTransformMatrixElement

Sets an element of the transform matrix of the effect. (overload 2/2)

Requirements

Requirement Value
Target Platform Windows
Header dcomp.h

See also

IDCompositionFilterEffect