IPXC_ContentCreator::ConcatCS Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by 2 users not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentCreator::ConcatCS Method}}
 
{{#customTitle:IPXC_ContentCreator::ConcatCS Method}}
{{#parentPage:PXV:IPXC_ContentCreator|ConcatCS Method|method}}
+
{{#parentPage:PXV:IPXC_ContentCreator#Methods|ConcatCS|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
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 ==
[[PXV:IPXC_ContentCreator|IPXC_ContentCreator]].
+
[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]]

Latest revision as of 04: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.

See Also

4.3 Graphics State
IPXC_ContentCreator