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