Share via


IXRMatrix3D::GetM21 (Compact 7)

3/12/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetM21(
    float* pM21
) = 0;

Parameters

  • pM21
    [out] Pointer to the multiplier value to apply to the points in the second row and first column of the 3-D matrix.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Media3D.Matrix3D.M21

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrix3D