IPXV_PageRegion::Matrix Property
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 9: | Line 9: | ||
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT get_Matrix([out, retval] PXC_Matrix* | + | <pre class="brush:cpp;gutter:false">HRESULT get_Matrix([out, retval] PXC_Matrix* Matrix); |
− | HRESULT put_Matrix([in] PXC_Matrix* | + | HRESULT put_Matrix([in] PXC_Matrix* Matrix); |
</pre> | </pre> | ||
== See Also == | == See Also == | ||
[[PXV:IPXV_PageRegion|IPXV_PageRegion]] | [[PXV:IPXV_PageRegion|IPXV_PageRegion]] |
Revision as of 06:38, 12 June 2015
Property Matrix of interface IPXV_PageRegion returns/sets Pointer to PXC_Matrix ...
Syntax
HRESULT get_Matrix([out, retval] PXC_Matrix* Matrix); HRESULT put_Matrix([in] PXC_Matrix* Matrix);