IDCompositionAffineTransform2DEffect

An IDCompositionAffineTransform2DEffect interface represents a affine transform 2D filter effect

Members

Functions

SetBorderMode
HRESULT SetBorderMode(D2D1_BORDER_MODE borderMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetInterpolationMode
HRESULT SetInterpolationMode(D2D1_2DAFFINETRANSFORM_INTERPOLATION_MODE interpolationMode)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetSharpness
HRESULT SetSharpness(IDCompositionAnimation animation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetSharpness
HRESULT SetSharpness(float sharpness)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTransformMatrix
HRESULT SetTransformMatrix(const(D2D1_MATRIX_3X2_F)* transformMatrix)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTransformMatrixElement
HRESULT SetTransformMatrixElement(int row, int column, float value)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.
SetTransformMatrixElement
HRESULT SetTransformMatrixElement(int row, int column, IDCompositionAnimation animation)
Undocumented in source but is binding to Windows. You might be able to learn more by searching the web for its name.

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