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