Table of Contents

Class CapturePropertyCollection

Namespace
Bonsai.Vision
Assembly
Bonsai.Vision.dll

Represents a collection of property values that will be assigned to the specified camera or video file upon initialization.

[TypeConverter("Bonsai.Vision.Design.CapturePropertyCollectionConverter, Bonsai.Vision.Design")]
public class CapturePropertyCollection : Collection<CapturePropertyAssignment>, IList<CapturePropertyAssignment>, ICollection<CapturePropertyAssignment>, IList, ICollection, IReadOnlyList<CapturePropertyAssignment>, IReadOnlyCollection<CapturePropertyAssignment>, IEnumerable<CapturePropertyAssignment>, IEnumerable
Inheritance
CapturePropertyCollection
Implements
Inherited Members

Properties

Capture

Gets the video capture stream that the properties will be assigned to.

public Capture Capture { get; }

Property Value

Capture