C# 클래스 CodeTV.VideoControl

상속: System.Windows.Forms.UserControl
파일 보기 프로젝트 열기: dgis/CodeTV 1 사용 예제들

공개 메소드들

메소드 설명
ModifyBlackBands ( Rectangle borders, Color videoBackgroundColor ) : void
SubscribeEvents ( IVideoEventHandler videoEventHandler, IMediaEventEx mediaEvent ) : int
VideoControl ( ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( System pevent ) : void
WndProc ( System &m ) : void

비공개 메소드들

메소드 설명
AddSpecialBorder ( ) : void
AddWPFControl ( ) : void
InitializeComponent ( ) : void

Required method for Designer support - do not modify the contents of this method with the code editor.

RemoveSpecialBorder ( ) : void
VideoControl_Load ( object sender, EventArgs e ) : void
wpfElementhost_DoubleClick ( object sender, EventArgs e ) : void
wpfVideo_KeyDown ( object sender, System e ) : void
wpfVideo_MouseDown ( object sender, System e ) : void

메소드 상세

Dispose() 보호된 메소드

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
리턴 void

ModifyBlackBands() 공개 메소드

public ModifyBlackBands ( Rectangle borders, Color videoBackgroundColor ) : void
borders System.Drawing.Rectangle
videoBackgroundColor Color
리턴 void

OnPaintBackground() 보호된 메소드

protected OnPaintBackground ( System pevent ) : void
pevent System
리턴 void

SubscribeEvents() 공개 메소드

public SubscribeEvents ( IVideoEventHandler videoEventHandler, IMediaEventEx mediaEvent ) : int
videoEventHandler IVideoEventHandler
mediaEvent IMediaEventEx
리턴 int

VideoControl() 공개 메소드

public VideoControl ( ) : System
리턴 System

WndProc() 보호된 메소드

protected WndProc ( System &m ) : void
m System
리턴 void