Property | Type | Description | |
---|---|---|---|
map | Map | ||
pm | ParsedBitmap |
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.
|
Method | Description | |
---|---|---|
Dispose ( bool disposing ) : void |
Clean up any resources being used.
|
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.
|
public BitmapControl ( Map map ) : System | ||
map | Map | The map. |
return | System |
public DisplayBitmap ( int bitmap, int chunk, int mipmap ) : void | ||
bitmap | int | The bitmap. |
chunk | int | The chunk. |
mipmap | int | The mipmap. |
return | void |
protected Dispose ( bool disposing ) : void | ||
disposing | bool | true if managed resources should be disposed; otherwise, false. |
return | void |