IDCompositionMatrixTransform.SetMatrixElement

Animates a single element of the matrix of this transform.

  1. HRESULT SetMatrixElement(int row, int column, float value)
  2. HRESULT SetMatrixElement(int row, int column, IDCompositionAnimation animation)
    interface IDCompositionMatrixTransform
    extern (Windows)
    HRESULT
    SetMatrixElement
    (
    int row
    ,
    int column
    ,
    IDCompositionAnimation animation
    )

Meta