IPXC_XForm::Matrix 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_XForm::Matrix Property}} | {{#customTitle:IPXC_XForm::Matrix Property}} | ||
+ | {{#parentPage:PXV:IPXC_XForm#Properties|Matrix|property}} | ||
+ | {{ToWrite}} | ||
+ | {{ToReview}} | ||
Property '''Matrix''' of interface [[PXV:IPXC_XForm|IPXC_XForm]] returns/sets Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] ... | Property '''Matrix''' of interface [[PXV:IPXC_XForm|IPXC_XForm]] returns/sets Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] ... | ||
− | |||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Matrix([out, retval] PXC_Matrix* pMatrix); | + | <pre class="brush:cpp;gutter:false">HRESULT get_Matrix([out, retval] PXC_Matrix* pMatrix); |
− | HRESULT put_Matrix([in] PXC_Matrix* pMatrix); | + | HRESULT put_Matrix([in] PXC_Matrix* pMatrix); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_XForm|IPXC_XForm]] |
Latest revision as of 07:53, 23 May 2015
Property Matrix of interface IPXC_XForm returns/sets Pointer to PXC_Matrix ...
Syntax
HRESULT get_Matrix([out, retval] PXC_Matrix* pMatrix); HRESULT put_Matrix([in] PXC_Matrix* pMatrix);