IMathHelper::XY_Transform Method
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT XY_Transform([in] PXC_Matrix* pMatrix,
[in, out] double* nX,
[in, out] double* nY);
Parameters
- pMatrix
- [in] Pointer to PXC_Matrix.
- nX
- [in, out] Pointer to double.
- nY
- [in, out] Pointer to double.
Return Value
Returns S_OK if operation was successful or error code in other cases.