IPXC_Pattern::Shading Property

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

Latest revision as of 03:34, 15 June 2015


Property pShading of interface IPXC_Pattern returns Pointer to IPXC_Shading ...

Syntax

HRESULT get_Shading([out, retval]  IPXC_Shading**  pShading);

See Also

IPXC_Pattern