IMathHelper::Matrix_GetScale Method

From PDF XChange PDF SDK
Jump to: navigation, search


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.

See Also

IMathHelper