IMathHelper::Matrix_GetScaleF Method

From PDF XChange PDF SDK
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT Matrix_GetScaleF([in]           PXC_MatrixF*  pMatrix,
                         [out, retval]  float*        nScale);

Parameters

pMatrix
[in] Pointer to PXC_MatrixF.
nScale
[out, retval] Pointer to float.

Return Value

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

See Also

IMathHelper