C# Class PckView.EditorPane

Summary description for EditorPane.
Inheritance: System.Windows.Forms.Panel
Afficher le fichier Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Méthodes publiques

Méthode Description
EditorPane ( XCImage img ) : System
SelectColor ( int index ) : void

Méthodes protégées

Méthode Description
OnPaint ( PaintEventArgs e ) : void

Method Details

EditorPane() public méthode

public EditorPane ( XCImage img ) : System
img XCom.Interfaces.XCImage
Résultat System

OnPaint() protected méthode

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

SelectColor() public méthode

public SelectColor ( int index ) : void
index int
Résultat void