IXRMatrix3D::GetM34 (Compact 7)
3/12/2014
This method retrieves the multiplier value to apply to the points in the third row and fourth column of a three-dimensional (3-D) matrix.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetM34(
float* pM34
) = 0;
Parameters
- pM34
[out] Multiplier value to apply to the points in the third row and fourth column of the 3-D matrix.
Return Value
Returns an HRESULT that indicates success or failure.
.NET Framework Equivalent
System.Windows.Media.Media3D.Matrix3D.M34
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |