IPXC_AnnotHandler::GetAnnotTipPoint Method
From PDF XChange PDF SDK
m (Automatic page editing by robot) |
m (Automatic page editing by robot) |
||
Line 10: | 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]]. | ||
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.