Matrix4x4 Constructor (IntPtr) | 
 Initializes a new instance of the 
Matrix4x4 class
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.15.0.0
Syntaxpublic Matrix4x4(
	IntPtr pClass
)
Public Sub New ( 
	pClass As IntPtr
)
public:
Matrix4x4(
	IntPtr pClass
)
Parameters
- pClass
 - Type: SystemIntPtr
 
See Also