IPXC_EState::Smoothness Property
From PDF XChange PDF SDK
(Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(5 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_EState::Smoothness Property}} | {{#customTitle:IPXC_EState::Smoothness Property}} | ||
+ | {{#parentPage:PXV:IPXC_EState#Properties|Smoothness|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''Smoothness''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets Value of double ... | Property '''Smoothness''' of interface [[PXV:IPXC_EState|IPXC_EState]] returns/sets Value of double ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Smoothness([out, retval] double* pSmoothness); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Smoothness([out, retval] double* pSmoothness); |
− | HRESULT put_Smoothness([in] double pSmoothness); | + | HRESULT put_Smoothness([in] double pSmoothness); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_EState|IPXC_EState]] |
Latest revision as of 07:28, 23 May 2015
Property Smoothness of interface IPXC_EState returns/sets Value of double ...
Syntax
HRESULT get_Smoothness([out, retval] double* pSmoothness); HRESULT put_Smoothness([in] double pSmoothness);