Click or drag to resize

Frame Constructor (String)

Create a frame by loading data from a file

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.18.0.0
Syntax
public Frame(
	string fileName
)

Parameters

fileName
Type: SystemString
Name of file in ZDF format
Remarks
Use FrameFile to determine the frame type without loading. This method will throw an exception if the frame type is not `Frame`.
See Also