IPXC_AnnotHandler::TransformAnnot Method

From PDF XChange PDF SDK
Jump to: navigation, search


Transforms the given annotation by using the specified matrix.

Syntax

HRESULT TransformAnnot([in]                   IPXC_Annotation*  pAnnot,
                       [in]                   PXC_Matrix*       stMatrix,
                       [in, defaultvalue(0)]  ULONG             nFlags);

Parameters

pAnnot
[in] Pointer to IPXC_Annotation containing the annotation that will be transformed.
stMatrix
[in] Pointer to PXC_Matrix containing the transformation matrix.
nFlags
[in, defaultvalue(0)] Currently not used.

Return Value

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

See Also

IPXC_AnnotHandler