C# Class ZForge.Motion.Controls.PICView

Inheritance: System.Windows.Forms.UserControl, IView, IFileView, IGlobalization
Afficher le fichier Open project: zhuangyy/Motion Class Usage Examples

Méthodes publiques

Méthode Description
PICView ( PICClass c ) : System
Remove ( ) : bool
UpdateCulture ( ) : void

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
InitializeComponent ( ) : void

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

toolStripButtonClose_Click ( object sender, EventArgs e ) : void
toolStripButtonDelete_Click ( object sender, EventArgs e ) : void
toolStripButtonSaveAs_Click ( object sender, EventArgs e ) : void
toolStripButtonZoomIn_Click ( object sender, EventArgs e ) : void
toolStripButtonZoomOut_Click ( 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

PICView() public méthode

public PICView ( PICClass c ) : System
c ZForge.Motion.Core.PICClass
Résultat System

Remove() public méthode

public Remove ( ) : bool
Résultat bool

UpdateCulture() public méthode

public UpdateCulture ( ) : void
Résultat void