IXRMatrixTransform::SetMatrix (Compact 2013)

3/28/2014

This method sets the matrix that defines this transformation.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetMatrix(
    IXRMatrix* pMatrix
) = 0;

Parameters

  • pMatrix
    [in] Pointer to an IXRMatrix object that represents the matrix that defines this transformation.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.MatrixTransform.Matrix

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrixTransform
IXRMatrixTransform::GetMatrix