C# Class IP2IPSimpleScreenSharing.Viewer

Show file Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Public Properties

Property Type Description
_icc iConfClient.NET.iConfClientDotNet
bmp Bitmap
timer1 System.Windows.Forms.Timer

Public Methods

Method Description
Viewer ( iConfClient icc ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Method Description
InitializeComponent ( ) : void

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

timer1_Tick ( object sender, EventArgs e ) : void

Method Details

Dispose() protected method

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

OnPaintBackground() protected method

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
return void

Viewer() public method

public Viewer ( iConfClient icc ) : System
icc iConfClient
return System

Property Details

_icc public property

public iConfClient.NET.iConfClientDotNet _icc
return iConfClient.NET.iConfClientDotNet

bmp public property

public Bitmap bmp
return Bitmap

timer1 public property

public System.Windows.Forms.Timer timer1
return System.Windows.Forms.Timer