Share via


IXRPlaneProjection::GetRotationX (Compact 7)

3/12/2014

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

Syntax

virtual HRESULT STDMETHODCALLTYPE GetRotationX(
    float* pRotationX
) = 0;

Parameters

  • pRotationX
    [out] Pointer to the 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