IPXC_AnnotHandler::TransformAnnot Method
From PDF XChange PDF SDK
(Automatic page editing by robot) |
|||
(7 intermediate revisions by one other user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AnnotHandler::TransformAnnot Method}} | {{#customTitle:IPXC_AnnotHandler::TransformAnnot Method}} | ||
+ | {{#parentPage:PXV:IPXC_AnnotHandler#Methods|TransformAnnot|method}} | ||
+ | {{ToReview}} | ||
− | + | Transforms the given annotation by using the specified matrix. | |
== Syntax == | == Syntax == | ||
− | <pre class="brush:cpp;gutter:false">HRESULT TransformAnnot([in] IPXC_Annotation* pAnnot, [in] PXC_Matrix* | + | <pre class="brush:cpp;gutter:false">HRESULT TransformAnnot([in] IPXC_Annotation* pAnnot, |
+ | [in] PXC_Matrix* stMatrix, | ||
+ | [in, defaultvalue(0)] ULONG nFlags);</pre> | ||
== Parameters == | == Parameters == | ||
− | ; | + | ;pAnnot |
− | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | + | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]] containing the annotation that will be transformed. |
− | ; | + | ;stMatrix |
− | :[in] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]]. | + | :[in] Pointer to [[PXV:PXC_Matrix|PXC_Matrix]] containing the transformation matrix. |
+ | ;nFlags | ||
+ | :[in, defaultvalue(0)] Currently not used. | ||
== Return Value == | == Return Value == | ||
Line 17: | Line 24: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_AnnotHandler|IPXC_AnnotHandler]] |
Latest revision as of 00:35, 4 December 2018
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.