IPXC_Pattern::TilingType Property

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
m (Automatic page editing by robot)
 
(5 intermediate revisions by the same user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_Pattern::TilingType Property}}
 
{{#customTitle:IPXC_Pattern::TilingType Property}}
{{#parentPage:PXV:IPXC_Pattern|TilingType Property|property}}
+
{{#parentPage:PXV:IPXC_Pattern#Properties|TilingType|property}}
 
{{ToWrite}}
 
{{ToWrite}}
 
{{ToReview}}
 
{{ToReview}}
  
Property '''TilingType''' of interface [[PXV:IPXC_Pattern|IPXC_Pattern]] returns  Value of [[PXV:PXC_PatternTilingType|PXC_PatternTilingType]] ...
+
Property '''nTilingType''' of interface [[PXV:IPXC_Pattern|IPXC_Pattern]] returns  Value of [[PXV:PXC_PatternTilingType|PXC_PatternTilingType]] ...
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT get_TilingType([out, retval]  PXC_PatternTilingType*  pTilingType);
+
<pre class="brush:cpp;gutter:false">HRESULT get_TilingType([out, retval]  PXC_PatternTilingType*  nTilingType);
 
</pre>
 
</pre>
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_Pattern|IPXC_Pattern]].
+
[[PXV:IPXC_Pattern|IPXC_Pattern]]

Latest revision as of 03:34, 15 June 2015


Property nTilingType of interface IPXC_Pattern returns Value of PXC_PatternTilingType ...

Syntax

HRESULT get_TilingType([out, retval]  PXC_PatternTilingType*  nTilingType);

See Also

IPXC_Pattern