IXRMatrix3D::SetM32 (Compact 2013)

3/28/2014

This method sets the multiplier value to apply to the points in the third row and second column of a three-dimensional (3-D) matrix.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetM32(
    float M32
) = 0;

Parameters

  • M32
    [in] Multiplier value to apply to the points in the third row and second column of the 3-D matrix.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Media3D.Matrix3D.M32

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrix3D