次の方法で共有


IXRPlaneProjection::GetCenterOfRotationX (Compact 2013)

3/28/2014

This method retrieves the x-coordinate of the center of rotation of the object to rotate.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetCenterOfRotationX(
    float* pCenterOfRotationX
) = 0;

Parameters

  • pCenterOfRotationX
    [out] Pointer to a variable that receives the x-coordinate for the center of rotation of the object to rotate. The range of values is from 0 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.CenterOfRotationX

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPlaneProjection