Share via


IXRMatrix::SetM11 (Windows Embedded CE 6.0)

1/6/2010

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetM11(
    float M11
) = 0;

Parameters

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

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The default multiplier value is 1.

When M11 is greater than 1 or less than 1, the UI object that uses this matrix is scaled widthwise.

.NET Framework Equivalent

System.Windows.Media.Matrix.M1

Requirements

Header XamlRuntime.h
sysgen SYSGEN_XAML_RUNTIME
Windows Embedded CE Windows Embedded CE 6.0 R3

See Also

Reference

IXRMatrix
IXRMatrix::GetM11