C# Class PckView.ViewPck

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

Public Methods

Method Description
Hq2x ( ) : void
SaveBMP ( string file, Palette pal ) : void
ViewPck ( ) : System

Private Methods

Method Description
calcHeight ( ) : int
click ( object sender, MouseEventArgs e ) : void
moving ( object sender, MouseEventArgs e ) : void
numAcross ( ) : int
paint ( object sender, PaintEventArgs e ) : void

Method Details

Hq2x() public method

public Hq2x ( ) : void
return void

SaveBMP() public method

public SaveBMP ( string file, Palette pal ) : void
file string
pal Palette
return void

ViewPck() public method

public ViewPck ( ) : System
return System