C# Class VideoPhoneDemo.Viewer

Afficher le fichier Open project: avspeed/iConf.NET-SDK-Demos Class Usage Examples

Méthodes publiques

Свойство Type Description
_icc iConfClient.NET.iConfClientDotNet
bmp Bitmap
timer1 System.Windows.Forms.Timer

Méthodes publiques

Méthode Description
Viewer ( iConfClient icc ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

OnPaintBackground ( PaintEventArgs e ) : void

Private Methods

Méthode 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 méthode

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

OnPaintBackground() protected méthode

protected OnPaintBackground ( PaintEventArgs e ) : void
e PaintEventArgs
Résultat void

Viewer() public méthode

public Viewer ( iConfClient icc ) : System
icc iConfClient
Résultat System

Property Details

_icc public_oe property

public iConfClient.NET.iConfClientDotNet _icc
Résultat iConfClient.NET.iConfClientDotNet

bmp public_oe property

public Bitmap bmp
Résultat Bitmap

timer1 public_oe property

public System.Windows.Forms.Timer timer1
Résultat System.Windows.Forms.Timer