C# Class entity.MapForms.BitmapControl

Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Properties

Property Type Description
map Map
pm ParsedBitmap

Public Methods

Method Description
BitmapControl ( Map map ) : System

Initializes a new instance of the BitmapControl class.

DisplayBitmap ( int bitmap, int chunk, int mipmap ) : void

The display bitmap.

RefreshDisplay ( ) : void

The refresh.

Protected Methods

Method Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Method Description
InitializeComponent ( ) : void

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

panel1_Click ( object sender, EventArgs e ) : void

Changes panel background color when left / right clicked.

pictureBox1_Click ( object sender, EventArgs e ) : void

The picture box 1_ click.

trackBar1_Scroll ( object sender, EventArgs e ) : void

The track bar 1_ scroll.

treeView1_AfterSelect ( object sender, TreeViewEventArgs e ) : void

The tree view 1_ after select.

Method Details

BitmapControl() public method

Initializes a new instance of the BitmapControl class.
public BitmapControl ( Map map ) : System
map Map The map.
return System

DisplayBitmap() public method

The display bitmap.
public DisplayBitmap ( int bitmap, int chunk, int mipmap ) : void
bitmap int The bitmap.
chunk int The chunk.
mipmap int The mipmap.
return void

Dispose() protected method

Clean up any resources being used.
protected Dispose ( bool disposing ) : void
disposing bool true if managed resources should be disposed; otherwise, false.
return void

RefreshDisplay() public method

The refresh.
public RefreshDisplay ( ) : void
return void

Property Details

map public_oe property

The map number.
public Map map
return Map

pm public_oe property

The pm.
public ParsedBitmap pm
return ParsedBitmap