C# Класс DirectX.Capture.DirectShowPropertyPage

Property pages for a DirectShow filter (e.g. hardware device). These property pages do not support persisting their settings.
Наследование: PropertyPage
Показать файл Открыть проект Примеры использования класса

Защищенные свойства (Protected)

Свойство Тип Описание
specifyPropertyPages ISpecifyPropertyPages

Открытые методы

Метод Описание
DirectShowPropertyPage ( string name, ISpecifyPropertyPages specifyPropertyPages ) : System

Constructor

Dispose ( ) : void

Release unmanaged resources

Show ( Control owner ) : void

Show the property page. Some property pages cannot be displayed while previewing and/or capturing.

Приватные методы

Метод Описание
OleCreatePropertyFrame ( IntPtr hwndOwner, int x, int y, string lpszCaption, int cObjects, [ ppUnk, int cPages, IntPtr pPageClsID, int lcid, int dwReserved, IntPtr pvReserved ) : int

Описание методов

DirectShowPropertyPage() публичный Метод

Constructor
public DirectShowPropertyPage ( string name, ISpecifyPropertyPages specifyPropertyPages ) : System
name string
specifyPropertyPages ISpecifyPropertyPages
Результат System

Dispose() публичный Метод

Release unmanaged resources
public Dispose ( ) : void
Результат void

Show() публичный Метод

Show the property page. Some property pages cannot be displayed while previewing and/or capturing.
public Show ( Control owner ) : void
owner System.Windows.Forms.Control
Результат void

Описание свойств

specifyPropertyPages защищенное свойство

COM ISpecifyPropertyPages interface
protected ISpecifyPropertyPages specifyPropertyPages
Результат ISpecifyPropertyPages