C# Class DirectX.Capture.DirectShowPropertyPage

Property pages for a DirectShow filter (e.g. hardware device). These property pages do not support persisting their settings.
Inheritance: PropertyPage
Afficher le fichier Open project: RejectKid/MTG-Scanner Class Usage Examples

Protected Properties

Свойство Type Description
specifyPropertyPages ISpecifyPropertyPages

Méthodes publiques

Méthode Description
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.

Private Methods

Méthode Description
OleCreatePropertyFrame ( IntPtr hwndOwner, int x, int y, string lpszCaption, int cObjects, [ ppUnk, int cPages, IntPtr pPageClsID, int lcid, int dwReserved, IntPtr pvReserved ) : int

Method Details

DirectShowPropertyPage() public méthode

Constructor
public DirectShowPropertyPage ( string name, ISpecifyPropertyPages specifyPropertyPages ) : System
name string
specifyPropertyPages ISpecifyPropertyPages
Résultat System

Dispose() public méthode

Release unmanaged resources
public Dispose ( ) : void
Résultat void

Show() public méthode

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
Résultat void

Property Details

specifyPropertyPages protected_oe property

COM ISpecifyPropertyPages interface
protected ISpecifyPropertyPages specifyPropertyPages
Résultat ISpecifyPropertyPages