Click or drag to resize

Settings Class

Settings used when capturing with a Zivid camera
Inheritance Hierarchy
SystemObject
  Zivid.NETSettings

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 0.0.0.0
Syntax
public class Settings

The Settings type exposes the following members.

Constructors
  NameDescription
Public methodSettings
Constructor
Public methodSettings(String)
Initializes a new instance of the Settings class
Top
Properties
Methods
  NameDescription
Public methodClone
Create a clone (deep copy) of the current instance
Public methodCopyWith
Create a clone (deep copy) of the current instance and invoke delegate on the clone
Public methodLoad
Public methodSave
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also