IXRMatrix::GetOffsetY (Compact 2013)

3/28/2014

This method retrieves the amount by which this matrix is moved down the y-axis, offset from the upper-left coordinate.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetOffsetY(
    float* pOffsetY
) = 0;

Parameters

  • pOffsetY
    [out] Pointer to a float value that indicates the amount by which this matrix is moved down the y-axis, offset from the upper-left coordinate.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The pOffsetY value affects the displayed position of the UI object that uses this matrix.

.NET Framework Equivalent

System.Windows.Media.Matrix.OffsetY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRMatrix
IXRMatrix::SetOffsetY