Settings2D Constructor (String) | 
 Construct Settings2D by loading from file
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic Settings2D(
	string fileName
)
Public Sub New ( 
	fileName As String
)
public:
Settings2D(
	String^ fileName
)
Parameters
- fileName
 - Type: SystemString
 
See Also