IPXC_ContentItem::GetCTM Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
|||
Line 3: | Line 3: | ||
{{#customTitle:IPXC_ContentItem::GetCTM Method}} | {{#customTitle:IPXC_ContentItem::GetCTM Method}} | ||
{{#parentPage:PXV:IPXC_ContentItem#Methods|GetCTM|method}} | {{#parentPage:PXV:IPXC_ContentItem#Methods|GetCTM|method}} | ||
− | |||
{{ToReview}} | {{ToReview}} | ||
− | + | Gets the Current Transformation Matrix of the Content Item. | |
== Syntax == | == Syntax == | ||
Line 13: | Line 12: | ||
== Parameters == | == Parameters == | ||
;stMatrix | ;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 == |
Latest revision as of 04: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.