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)
 
(3 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Shading::AntiAlias Property}}
 
{{#customTitle:IPXC_Shading::AntiAlias Property}}
{{#parentPage:PXV:IPXC_Shading#Properties|AntiAlias Property|property}}
+
{{#parentPage:PXV:IPXC_Shading#Properties|AntiAlias|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{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*  pAntiAlias);
+
<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