IPXC_ContentItem::GetCTM Method

From PDF XChange PDF SDK
Jump to: navigation, search
m (Automatic page editing by robot)
 
(4 intermediate revisions by one other user not shown)
Line 2: Line 2:
 
[[Category:Editor]]
 
[[Category:Editor]]
 
{{#customTitle:IPXC_ContentItem::GetCTM Method}}
 
{{#customTitle:IPXC_ContentItem::GetCTM Method}}
{{#parentPage:PXV:IPXC_ContentItem|GetCTM Method|method}}
+
{{#parentPage:PXV:IPXC_ContentItem#Methods|GetCTM|method}}
{{ToWrite}}
+
 
{{ToReview}}
 
{{ToReview}}
  
The method of interface of PDF-XChange Editor SDK.
+
Gets the Current Transformation Matrix of the Content Item.
  
 
== Syntax ==
 
== Syntax ==
<pre class="brush:cpp;gutter:false">HRESULT GetCTM([out, retval]  PXC_Matrix*  pMatrix);</pre>
+
<pre class="brush:cpp;gutter:false">HRESULT GetCTM([out, retval]  PXC_Matrix*  stMatrix);</pre>
  
 
== Parameters ==
 
== Parameters ==
;pMatrix
+
;stMatrix
:[out, retval]  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]].
+
:[out, retval]  Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] containing the Current Transformation Matrix.
  
 
== Return Value ==
 
== Return Value ==
Line 19: Line 18:
  
 
== See Also ==
 
== See Also ==
[[PXV:IPXC_ContentItem|IPXC_ContentItem]].
+
[[PXV:IPXC_ContentItem|IPXC_ContentItem]]

Latest revision as of 05:46, 10 April 2017


Gets the Current Transformation Matrix of the Content Item.

Syntax

HRESULT GetCTM([out, retval]  PXC_Matrix*  stMatrix);

Parameters

stMatrix
[out, retval] Pointer to PXC_Matrix containing the Current Transformation Matrix.

Return Value

Returns S_OK if operation was successful or error code in other cases.

See Also

IPXC_ContentItem