IXRPlaneProjection::GetProjectionMatrix (Compact 7)
3/12/2014
This method retrieves the IXRMatrix3D object that defines a three-dimensional (3-D) transformation.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetProjectionMatrix(
IXRMatrix3D** ppProjectionMatrix
) = 0;
Parameters
- ppProjectionMatrix
[out] Pointer to a pointer to an IXRMatrix3D object that defines the 3-D transformation.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.PlaneProjection.ProjectionMatrix
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |