IXRMatrixTransform::GetMatrix (Compact 2013)
3/28/2014
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 |