IPXC_3DNode::Matrix Property

From PDF XChange PDF SDK
Jump to: navigation, search
(Automatic page editing by robot)
 
(No difference)

Latest revision as of 01:46, 21 August 2019


Property Matrix of interface IPXC_3DNode returns/sets Pointer to PXC_3DMatrix4x4 ...

Syntax

HRESULT get_Matrix([out, retval]  PXC_3DMatrix4x4*  pMatrix);
HRESULT put_Matrix([in]  PXC_3DMatrix4x4*  pMatrix);

See Also

IPXC_3DNode