IXRCompositeTransform::GetRotation (Compact 2013)

3/28/2014

This method retrieves the angle, in degrees, of clockwise rotation applied to an object.

Syntax

virtual HRESULT STDMETHODCALLTYPE GetRotation(
    __out float* pRotation
) = 0;

Parameters

  • pRotation
    [out] Pointer to a float value that represents the angle, in degrees, of clockwise rotation. The default is 0.

Return Value

Returns an HRESULT that indicates success or failure.

.NET Framework Equivalent

System.Windows.Media.CompositeTransform.Rotation

Requirements

Header

XamlRuntime.h

sysgen

SYSGEN_XAML_RUNTIME

See Also

Reference

IXRCompositeTransform