IPXV_3DLight::Direction Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
Line 6: Line 6:
 
{{ToReview}}
 
{{ToReview}}
  
Property '''Direction''' of interface [[PXV:IPXV_3DLight|IPXV_3DLight]] returns/sets  Pointer to [[PXV:PXC_3DVector3|PXC_3DVector3]] ...
+
Property '''Direction''' of interface [[PXV:IPXV_3DLight|IPXV_3DLight]] returns/sets  Pointer to [[PXV:PXV_3DVector3|PXV_3DVector3]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Direction([out, retval]  PXC_3DVector3*  vDirection);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Direction([out, retval]  PXV_3DVector3*  vDirection);
HRESULT put_Direction([in]  PXC_3DVector3*  vDirection);
+
HRESULT put_Direction([in]  PXV_3DVector3*  vDirection);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXV_3DLight|IPXV_3DLight]]
 
[[PXV:IPXV_3DLight|IPXV_3DLight]]

Revision as of 02:46, 21 September 2020


Property Direction of interface IPXV_3DLight returns/sets Pointer to PXV_3DVector3 ...

Syntax

HRESULT get_Direction([out, retval]  PXV_3DVector3*  vDirection);
HRESULT put_Direction([in]  PXV_3DVector3*  vDirection);

See Also

IPXV_3DLight