IXRMatrix::SetM12 (Compact 2013)

3/28/2014

This method sets the multiplier value to apply to the points in the first row and second column of this matrix.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetM12(
    float M12
) = 0;

Parameters

  • M12
    [in] A float value that indicates the multiplier to apply to the points in the 1,2 quadrant of this matrix.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The default multiplier value is 0.

When M12 is greater than 0 or less than 0, the UI object that uses this matrix rotates.

.NET Framework Equivalent

System.Windows.Media.Matrix.M12

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrix
IXRMatrix::GetM12