IXRPlaneProjection::SetRotationY (Compact 7)
3/12/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 |