次の方法で共有


IXRPlaneProjection::SetRotationX (Compact 2013)

3/28/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE SetRotationX(
    float RotationX
) = 0;

Parameters

  • RotationX
    [in] Number of degrees to rotate the object around the x-axis of rotation. This value can be negative and can also be greater than 360°.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.PlaneProjection.RotationX

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRPlaneProjection