IPXV_Annot3DCallback::OnCameraEvent Method

From PDF XChange PDF SDK
Revision as of 01:54, 21 August 2019 by Dsbot (Talk | contribs) (Automatic page editing by robot)

(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to: navigation, search


The method of interface of PDF-XChange Editor SDK.

Syntax

HRESULT OnCameraEvent([in]  IPXV_Annot3DContext*  pContext,
                      [in]  IUnknown*             pView,
                      [in]  LONG                  nCurTool,
                      [in]  PXC_3DProjScaleType   nBinding,
                      [in]  PXC_3DProjType        nProjType,
                      [in]  double                nFar,
                      [in]  double                nNear,
                      [in]  double                nFOV,
                      [in]  double                nCO,
                      [in]  double                nViewPlaneSize,
                      [in]  PXC_3DMatrix4x4*      viewMatrix,
                      [in]  BSTR                  pViewName);

Parameters

pContext
[in] Pointer to IPXV_Annot3DContext.
pView
[in] Pointer to IUnknown*.
nCurTool
[in] Value of LONG.
nBinding
[in] Value of PXC_3DProjScaleType.
nProjType
[in] Value of PXC_3DProjType.
nFar
[in] Value of double.
nNear
[in] Value of double.
nFOV
[in] Value of double.
nCO
[in] Value of double.
nViewPlaneSize
[in] Value of double.
viewMatrix
[in] Pointer to PXC_3DMatrix4x4.
pViewName
[in] Value of BSTR.

Return Value

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

See Also

IPXV_Annot3DCallback