次の方法で共有


IXRMatrixTransform::GetMatrix (Windows Embedded CE 6.0)

1/6/2010

This method retrieves the matrix that defines this transformation.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetMatrix(
    IXRMatrix** ppMatrix
) = 0;

Parameters

  • ppMatrix
    [out] Address of a pointer to an IXRMatrix object that references 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::SetMatrix