次の方法で共有


IXRMatrixTransform::SetMatrix (Windows Embedded CE 6.0)

1/6/2010

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
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRMatrixTransform
IXRMatrixTransform::GetMatrix