次の方法で共有


IXRMatrix::SetOffsetY (Windows Embedded CE 6.0)

1/6/2010

This method sets the amount by which to move this matrix down the y-axis, offset from the upper-left coordinate.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetOffsetY(
    float OffsetY
) = 0;

Parameters

  • OffsetY
    [in] A float value that indicates the amount by which to move this matrix down the y-axis, offset from the upper-left coordinate.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

The OffsetY value affects the displayed position for the UI object that uses this matrix.

.NET Framework Equivalent

System.Windows.Media.Matrix.OffsetY

Requirements

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

See Also

Reference

IXRMatrix
IXRMatrix::GetOffsetY