IMathHelper::Matrix_Multiply Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Matrix_Multiply([in]           PXC_Matrix*  pA,
                        [in]           PXC_Matrix*  pB,
                        [out, retval]  PXC_Matrix*  pRes);

Parameters

pA
[in] Pointer to PXC_Matrix.
pB
[in] Pointer to PXC_Matrix.
pRes
[out, retval] Pointer to PXC_Matrix.

Return Value

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

See Also

IMathHelper