C# Class PckView.EditorPane

Summary description for EditorPane.
Inheritance: System.Windows.Forms.Panel
显示文件 Open project: pmprog/OpenXCOM.Tools Class Usage Examples

Public Methods

Method Description
EditorPane ( XCImage img ) : System
SelectColor ( int index ) : void

Protected Methods

Method Description
OnPaint ( PaintEventArgs e ) : void

Method Details

EditorPane() public method

public EditorPane ( XCImage img ) : System
img XCom.Interfaces.XCImage
return System

OnPaint() protected method

protected OnPaint ( PaintEventArgs e ) : void
e PaintEventArgs
return void

SelectColor() public method

public SelectColor ( int index ) : void
index int
return void