IPXC_ContentItem::GetCTM Method

From PDF XChange PDF SDK
Revision as of 05:46, 10 April 2017 by Palamar (Talk | contribs)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


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