IMathHelper::Matrix_ParlToParl Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Matrix_ParlToParl([in]           PXC_Point*   ptA1,
                          [in]           PXC_Point*   ptB1,
                          [in]           PXC_Point*   ptC1,
                          [in]           PXC_Point*   ptA2,
                          [in]           PXC_Point*   ptB2,
                          [in]           PXC_Point*   ptC2,
                          [out, retval]  PXC_Matrix*  pRes);

Parameters

ptA1
[in] Pointer to PXC_Point.
ptB1
[in] Pointer to PXC_Point.
ptC1
[in] Pointer to PXC_Point.
ptA2
[in] Pointer to PXC_Point.
ptB2
[in] Pointer to PXC_Point.
ptC2
[in] Pointer to PXC_Point.
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