次の方法で共有


IXRPlaneProjection::SetRotationY (Compact 2013)

3/28/2014

This method sets the number of degrees to rotate the object around the y-axis of rotation.

Syntax

virtual HRESULT STDMETHODCALLTYPE SetRotationY(
    float RotationY
) = 0;

Parameters

  • RotationY
    [in] Number of degrees to rotate the object around the y-axis of rotation.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.PlaneProjection.RotationY

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPlaneProjection