Share via


IXRPlaneProjection::SetCenterOfRotationY (Compact 7)

3/12/2014

This method sets the y-coordinate of the center of rotation of the object to rotate.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetCenterOfRotationY(
    float CenterOfRotationY
) = 0;

Parameters

  • CenterOfRotationY
    [in] Y-coordinate of the newly set center of rotation of the object to rotate. Its values range from 0 (zero) to 1.

Return Value

Returns an HRESULT that indicates success or failure.

Remarks

To define the center of rotation for a three-dimensional transformation, use IXRPlaneProjection::SetCenterOfRotationX, IXRPlaneProjection::SetCenterOfRotationY, and IXRPlaneProjection::SetCenterOfRotationZ.

.NET Framework Equivalent

System.Windows.Media.PlaneProjection.CenterOfRotationY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPlaneProjection