←Select platform

CaptureSizes Class

Summary

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

Syntax

C#
VB
C++
[DefaultMemberAttribute("Item")] 
public class CaptureSizes : IEnumerable<CaptureSize>, IEnumerable, IDisposable 
<DefaultMemberAttribute("Item")> 
Public Class CaptureSizes  
   Implements System.Collections.Generic.IEnumerable(Of CaptureSize), System.Collections.IEnumerable, System.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.

Requirements

Target Platforms

Help Version 19.0.2017.10.27
Products | Support | Contact Us | Copyright Notices
© 1991-2017 LEAD Technologies, Inc. All Rights Reserved.

Leadtools.Multimedia Assembly