IPXV_Annot3DCallback::OnToolEvent Method
From PDF XChange PDF SDK
The method of interface of PDF-XChange Editor SDK.
Syntax
HRESULT OnToolEvent([in] IPXV_Annot3DContext* pContext, [in] IUnknown* pView, [in] LONG nViewWidth, [in] LONG nViewHeight, [in] LONG nCurTool, [in] LONG nClickedTool);
Parameters
- pContext
- [in] Pointer to IPXV_Annot3DContext.
- pView
- [in] Pointer to IUnknown*.
- nViewWidth
- [in] Value of LONG.
- nViewHeight
- [in] Value of LONG.
- nCurTool
- [in] Value of LONG.
- nClickedTool
- [in] Value of LONG.
Return Value
Returns S_OK if operation was successful or error code in other cases.