IPXC_Shading::Background Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
m (Automatic page editing by robot)
 
(8 intermediate revisions by the same user not shown)
Line 1: Line 1:
 +
__NOTOC__
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Shading::Background Property}}
 
{{#customTitle:IPXC_Shading::Background Property}}
 +
{{#parentPage:PXV:IPXC_Shading#Properties|Background|property}}
 +
{{ToWrite}}
 +
{{ToReview}}
  
 
Property '''Background''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Pointer to [[PXV:IPXC_Color|IPXC_Color]] ...
 
Property '''Background''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Pointer to [[PXV:IPXC_Color|IPXC_Color]] ...
 
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_Background([out, retval] IPXC_Color** ppColor);
+
<pre class="brush:cpp;gutter:false">HRESULT get_Background([out, retval] IPXC_Color** pColor);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
See also [[PXV:IPXC_Shading|IPXC_Shading]].
+
[[PXV:IPXC_Shading|IPXC_Shading]]

Latest revision as of 03:37, 15 June 2015


Property Background of interface IPXC_Shading returns Pointer to IPXC_Color ...

Syntax

HRESULT get_Background([out, retval]  IPXC_Color**  pColor);

See Also

IPXC_Shading