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