C# Class OfficialPlugins.PointEditingPlugin.PointEditWindow

Inheritance: System.Windows.Forms.UserControl
Afficher le fichier Open project: vchelaru/FlatRedBall Class Usage Examples

Private Properties

Свойство Type Description
AddPointButton_Click void
CallDataChanged void
InitializeComponent void
InstantiatePointListOnPolygonIfNecessary void
RemovePointButton_Click void
TreeView_AfterSelect void
UpdateToData void
XTextBox_TextChanged void
YTextBox_TextChanged void

Méthodes publiques

Méthode Description
PointEditWindow ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
AddPointButton_Click ( object sender, EventArgs e ) : void
CallDataChanged ( ) : void
InitializeComponent ( ) : void

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

InstantiatePointListOnPolygonIfNecessary ( ) : void
RemovePointButton_Click ( object sender, EventArgs e ) : void
TreeView_AfterSelect ( object sender, TreeViewEventArgs e ) : void
UpdateToData ( ) : void
XTextBox_TextChanged ( object sender, EventArgs e ) : void
YTextBox_TextChanged ( 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

PointEditWindow() public méthode

public PointEditWindow ( ) : System
Résultat System