IPXC_ContentCreator::ConcatCS Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
(One intermediate revision by the same user not shown) | |||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_ContentCreator::ConcatCS Method}} | {{#customTitle:IPXC_ContentCreator::ConcatCS Method}} | ||
{{#parentPage:PXV:IPXC_ContentCreator#Methods|ConcatCS|method}} | {{#parentPage:PXV:IPXC_ContentCreator#Methods|ConcatCS|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Multiplies CTM (current transformation matrix) and given matrix. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;pMatrix | ;pMatrix | ||
− | :[in] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]]. | + | :[in] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] containing the input matrix. |
== Return Value == | == Return Value == | ||
Line 19: | 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]<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.