IXRMatrix3DProjection::GetProjectionMatrix (Compact 2013)
3/28/2014
This method retrieves the IXRMatrix3D object that defines the three-dimensional (3-D) transformation applied to the UI object.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetProjectionMatrix(
IXRMatrix3D** ppProjectionMatrix
) = 0;
Parameters
- ppProjectionMatrix
[out] Pointer to a pointer to the IXRMatrix3D object that defines the 3-D transformation applied to the UI object.
Return Value
Returns an HRESULT that indicates whether or not the method succeeded.
.NET Framework Equivalent
System.Windows.Media.Matrix3DProjection.ProjectionMatrix
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |