IXRPlaneProjection::GetProjectionMatrix (Compact 2013)

3/28/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

See Also

Reference

IXRPlaneProjection