IXRMatrix3DProjection::SetProjectionMatrix (Compact 7)
3/12/2014
This method sets the IXRMatrix3D object that defines the three-dimensional (3-D) transformation to apply to the UI object.
Syntax
virtual HRESULT STDMETHODCALLTYPE SetProjectionMatrix(
IXRMatrix3D* pProjectionMatrix
) = 0;
Parameters
- pProjectionMatrix
[in] Pointer to the IXRMatrix3D object that defines the 3-D transformation to apply to the UI object.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.Matrix3DProjection.ProjectionMatrix
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |