IPXC_BackgroundParams::Rotation Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 7: Line 7:
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval]  float*  nRotation);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Rotation([out, retval]  float*  Rotation);
HRESULT put_Rotation([in]  float  nRotation);
+
HRESULT put_Rotation([in]  float  Rotation);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]
 
[[PXV:IPXC_BackgroundParams|IPXC_BackgroundParams]]

Revision as of 06:56, 12 June 2015

Gets/sets background rotation.

Syntax

HRESULT get_Rotation([out, retval]  float*  Rotation);
HRESULT put_Rotation([in]  float  Rotation);

See Also

IPXC_BackgroundParams