IDCompositionVisual.SetTransform

Sets the matrix that modifies the coordinate system of this visual.

  1. HRESULT SetTransform(const(D2D_MATRIX_3X2_F)* matrix)
    interface IDCompositionVisual
    extern (Windows)
    HRESULT
    SetTransform
    (
    const(D2D_MATRIX_3X2_F)* matrix
    )
  2. HRESULT SetTransform(IDCompositionTransform transform)

Meta