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
Mostra file Open project: RejectKid/MTG-Scanner Class Usage Examples

Protected Properties

Property Type Description
specifyPropertyPages ISpecifyPropertyPages

Public Methods

Method 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

Method 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 method

Constructor
public DirectShowPropertyPage ( string name, ISpecifyPropertyPages specifyPropertyPages ) : System
name string
specifyPropertyPages ISpecifyPropertyPages
return System

Dispose() public method

Release unmanaged resources
public Dispose ( ) : void
return void

Show() public method

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
return void

Property Details

specifyPropertyPages protected_oe property

COM ISpecifyPropertyPages interface
protected ISpecifyPropertyPages specifyPropertyPages
return ISpecifyPropertyPages