C# Class Nohal.RleEditor.CloneVectorForm

Afficher le fichier Open project: nohal/RleEditor Class Usage Examples

Méthodes publiques

Méthode Description
CloneVectorForm ( ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode Description
CloneVectorForm_FormClosing ( object sender, FormClosingEventArgs e ) : void
CloneVectorForm_Load ( object sender, EventArgs e ) : void
InitializeComponent ( ) : void

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

cbPaletteColors_DrawItem ( object sender, DrawItemEventArgs e ) : void
cbPaletteColors_KeyPress ( object sender, KeyPressEventArgs e ) : void
cbPaletteColors_Leave ( object sender, EventArgs e ) : void
cbPaletteColors_SelectedValueChanged ( object sender, EventArgs e ) : void
listViewPalette_MouseUp ( object sender, MouseEventArgs e ) : void

Method Details

CloneVectorForm() public méthode

public CloneVectorForm ( ) : System
Résultat System

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