Matrix4x4 Constructor (String) | 
 Load the matrix from the given file
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.2.0
Syntaxpublic Matrix4x4(
	string fileName
)
Public Sub New ( 
	fileName As String
)
public:
Matrix4x4(
	String^ fileName
)
Parameters
- fileName
 - Type: SystemString
 
See Also