Share via


IXRPlaneProjection::SetGlobalOffsetY (Compact 7)

3/12/2014

This method sets the translation distance of the object along the y-axis of the screen.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetGlobalOffsetY(
    float GlobalOffsetY
) = 0;

Parameters

  • GlobalOffsetY
    [in] Translation distance of the object along the y-axis of the screen.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

To create a transformation that moves an object in three-dimensional space, use IXRPlaneProjection::SetGlobalOffsetX, IXRPlaneProjection::SetGlobalOffsetY, and IXRPlaneProjection::SetGlobalOffsetZ.

.NET Framework Equivalent

System.Windows.Media.PlaneProjection.GlobalOffsetY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPlaneProjection