IXRPlaneProjection::GetRotationZ (Compact 2013)
3/28/2014
This method retrieves the number of degrees to rotate the object around the z-axis of rotation.
Syntax
virtual HRESULT STDMETHODCALLTYPE GetRotationZ(
float* pRotationZ
) = 0;
Parameters
- pRotationZ
[out] Pointer to the number of degrees to rotate the object around the z-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.RotationZ
Requirements
Header |
XamlRuntime.h |
sysgen |
SYSGEN_XAML_RUNTIME |