CaptureSizes Class (original) (raw)

Summary

The CaptureSizes object contains a collection of registered video capture sizes.

Syntax

[DefaultMemberAttribute("Item")] public class CaptureSizes : IEnumerable<[CaptureSize](capturesize.html)>, IEnumerable, IDisposable

[DefaultMemberAttribute("Item")] public ref class CaptureSizes : public System.Collections.Generic.IEnumerable<CaptureSize>, System.Collections.IEnumerable, System.IDisposable

Remarks

The CaptureCtrl object uses the collection to enumerate and select capture sizes. The CaptureSizes object is not externally creatable and is only obtained through the parent object's VideoCaptureSizes properties.

Leadtools.Multimedia Assembly