IPXC_AnnotHandler::GetAnnotTipPoint Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
(4 intermediate revisions by the same user not shown) | |||
Line 1: | Line 1: | ||
+ | __NOTOC__ | ||
[[Category:Editor]] | [[Category:Editor]] | ||
{{#customTitle:IPXC_AnnotHandler::GetAnnotTipPoint Method}} | {{#customTitle:IPXC_AnnotHandler::GetAnnotTipPoint Method}} | ||
− | {{#parentPage:PXV:IPXC_AnnotHandler|GetAnnotTipPoint | + | {{#parentPage:PXV:IPXC_AnnotHandler#Methods|GetAnnotTipPoint|method}} |
{{ToWrite}} | {{ToWrite}} | ||
{{ToReview}} | {{ToReview}} | ||
Line 9: | Line 10: | ||
== Syntax == | == Syntax == | ||
<pre class="brush:cpp;gutter:false">HRESULT GetAnnotTipPoint([in] IPXC_Annotation* pAnnot, | <pre class="brush:cpp;gutter:false">HRESULT GetAnnotTipPoint([in] IPXC_Annotation* pAnnot, | ||
− | [out] VARIANT_BOOL* | + | [out] VARIANT_BOOL* bTipVisible, |
− | [out, retval] PXC_Point* | + | [out, retval] PXC_Point* stTipPoint);</pre> |
== Parameters == | == Parameters == | ||
;pAnnot | ;pAnnot | ||
:[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | :[in] Pointer to [[PXV:IPXC_Annotation|IPXC_Annotation]]. | ||
− | ; | + | ;bTipVisible |
:[out] Pointer to VARIANT_BOOL. | :[out] Pointer to VARIANT_BOOL. | ||
− | ; | + | ;stTipPoint |
:[out, retval] Pointer to [[PXV:PXC_Point|PXC_Point]]. | :[out, retval] Pointer to [[PXV:PXC_Point|PXC_Point]]. | ||
Line 24: | Line 25: | ||
== See Also == | == See Also == | ||
− | + | [[PXV:IPXC_AnnotHandler|IPXC_AnnotHandler]] |
Latest revision as of 03:50, 18 July 2017
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT GetAnnotTipPoint([in] IPXC_Annotation* pAnnot, [out] VARIANT_BOOL* bTipVisible, [out, retval] PXC_Point* stTipPoint);
Parameters
- pAnnot
- [in] Pointer to IPXC_Annotation.
- bTipVisible
- [out] Pointer to VARIANT_BOOL.
- stTipPoint
- [out, retval] Pointer to PXC_Point.
Return Value
Returns S_OK if operation was successful or error code in other cases.