C# Class ZForge.Motion.Controls.CameraWindow

Summary description for CameraWindow.
Inheritance: System.Windows.Forms.Control
显示文件 Open project: zhuangyy/Motion

Private Properties

Property Type Description
InitializeComponent void
ShowFrame void
camera_NewFrame void

Public Methods

Method Description
CameraWindow ( ) : System
ClearRegion ( ) : void
ReverseRegion ( ) : void

Protected Methods

Method Description
OnMouseClick ( MouseEventArgs e ) : void
OnPaint ( PaintEventArgs pe ) : void

Private Methods

Method Description
InitializeComponent ( ) : void
ShowFrame ( Graphics g, Bitmap bmp ) : void
camera_NewFrame ( object sender, System e ) : void

Method Details

CameraWindow() public method

public CameraWindow ( ) : System
return System

ClearRegion() public method

public ClearRegion ( ) : void
return void

OnMouseClick() protected method

protected OnMouseClick ( MouseEventArgs e ) : void
e MouseEventArgs
return void

OnPaint() protected method

protected OnPaint ( PaintEventArgs pe ) : void
pe PaintEventArgs
return void

ReverseRegion() public method

public ReverseRegion ( ) : void
return void