Click or drag to resize

Settings2D Class

Settings used when capturing 2D images with a Zivid camera
Inheritance Hierarchy
SystemObject
  Zivid.NETSettings2D

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

The Settings2D type exposes the following members.

Constructors
  NameDescription
Public methodSettings2D
Constructor
Public methodSettings2D(String)
Initializes a new instance of the Settings2D class
Top
Properties
  NameDescription
Public propertyAcquisitions
Public propertyProcessing
Top
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