IXRMatrix3D::GetM11 (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetM11(
    float* pM11
) = 0;

Parameters

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

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.Media3D.Matrix3D.M11

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrix3D