Share via


IXRPlaneProjection::SetLocalOffsetY (Compact 7)

3/12/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetLocalOffsetY(
    float LocalOffsetY
) = 0;

Parameters

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

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

To move an object along one of the three-dimensional planes relative to that object, use IXRPlaneProjection::SetLocalOffsetX, IXRPlaneProjection::SetLocalOffsetY, and IXRPlaneProjection::SetLocalOffsetZ.

.NET Framework Equivalent

System.Windows.Media.PlaneProjection.LocalOffsetY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPlaneProjection