IPXC_3DView::C2W Property

From PDF XChange PDF SDK
Revision as of 01:47, 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


Property C2W of interface IPXC_3DView returns/sets Pointer to PXC_3DMatrix4x4 ...

Syntax

HRESULT get_C2W([out, retval]  PXC_3DMatrix4x4*  pMatrix);
HRESULT put_C2W([in]  PXC_3DMatrix4x4*  pMatrix);

See Also

IPXC_3DView