IPXC_Shading::AntiAlias 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 '''AntiAlias''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Value of VARIANT_BOOL ...
+
Property '''bAntiAlias''' of interface [[PXV:IPXC_Shading|IPXC_Shading]] returns  Value of VARIANT_BOOL ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_AntiAlias([out, retval]  VARIANT_BOOL*  AntiAlias);
+
<pre class="brush:cpp;gutter:false">HRESULT get_AntiAlias([out, retval]  VARIANT_BOOL*  bAntiAlias);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
 
[[PXV:IPXC_Shading|IPXC_Shading]]
 
[[PXV:IPXC_Shading|IPXC_Shading]]

Latest revision as of 03:37, 15 June 2015


Property bAntiAlias of interface IPXC_Shading returns Value of VARIANT_BOOL ...

Syntax

HRESULT get_AntiAlias([out, retval]  VARIANT_BOOL*  bAntiAlias);

See Also

IPXC_Shading