FrameInfo Constructor (String) | 
 Initializes a new instance of the 
FrameInfo class
 
    Namespace: 
   Zivid.NET
    Assembly:
   ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntaxpublic FrameInfo(
	string fileName
)
Public Sub New ( 
	fileName As String
)
public:
FrameInfo(
	String^ fileName
)
Parameters
- fileName
 - Type: SystemString
 
See Also