Click or drag to resize

SceneConditions Class

A description of the ambient conditions detected by the camera.
Inheritance Hierarchy
SystemObject
  Zivid.NETSceneConditions

Namespace:  Zivid.NET
Assembly:  ZividCoreNET (in ZividCoreNET.dll) Version: 2.14.0.0
Syntax
public class SceneConditions

The SceneConditions type exposes the following members.

Constructors
  NameDescription
Public methodSceneConditions
Constructor
Public methodSceneConditions(String)
Construct SceneConditions by loading from file
Top
Properties
  NameDescription
Public propertyAmbientLight
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 methodStatic memberFromSerialized
Construct a new SceneConditions instance from a previously serialized string
Public methodLoad
Load from the given file
Public methodSave
Save to the given file
Public methodSerialize
Serialize to a string
Public methodToString
Get string representation of the object
(Overrides ObjectToString.)
Top
See Also