IPXC_ContentCreator::ConcatCS Method
From PDF XChange PDF SDK
Line 18: | Line 18: | ||
== See Also == | == See Also == | ||
− | [http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf#G9.3796838 4.3 Graphics State] | + | [http://www.adobe.com/content/dam/Adobe/en/devnet/acrobat/pdfs/pdf_reference_1-7.pdf#G9.3796838 4.3 Graphics State]<br /> |
[[PXV:IPXC_ContentCreator|IPXC_ContentCreator]] | [[PXV:IPXC_ContentCreator|IPXC_ContentCreator]] |
Latest revision as of 03:03, 5 January 2017
Multiplies CTM (current transformation matrix) and given matrix.
Syntax
HRESULT ConcatCS([in] PXC_Matrix* pMatrix);
Parameters
- pMatrix
- [in] Pointer to PXC_Matrix containing the input matrix.
Return Value
Returns S_OK if operation was successful or error code in other cases.