IPXC_SoftMask::TransferFunction Property

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

Latest revision as of 03:37, 15 June 2015


Property TransferFunction of interface IPXC_SoftMask returns Pointer to IPXC_Function ...

Syntax

HRESULT get_TransferFunction([out, retval]  IPXC_Function**  pFunction);

See Also

IPXC_SoftMask