IMathHelper::Matrix_Decompose Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Matrix_Decompose([in]   PXC_Matrix*  pMatrix,
                         [out]  double*      nDX,
                         [out]  double*      nDY,
                         [out]  double*      nRotation,
                         [out]  double*      nScaleX,
                         [out]  double*      nScaleY,
                         [out]  double*      nSkew);

Parameters

pMatrix
[in] Pointer to PXC_Matrix.
nDX
[out] Pointer to double.
nDY
[out] Pointer to double.
nRotation
[out] Pointer to double.
nScaleX
[out] Pointer to double.
nScaleY
[out] Pointer to double.
nSkew
[out] Pointer to double.

Return Value

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

See Also

IMathHelper