C# 클래스 DirectX.Capture.DirectShowPropertyPage

Property pages for a DirectShow filter (e.g. hardware device). These property pages do not support persisting their settings.
상속: PropertyPage
파일 보기 프로젝트 열기: RejectKid/MTG-Scanner 1 사용 예제들

보호된 프로퍼티들

프로퍼티 타입 설명
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