C# Class entity.MapForms.BitmapInjectionForm

Inheritance: System.Windows.Forms.Form
Mostrar archivo Open project: troymac1ure/Entity Class Usage Examples

Public Methods

Method Description
BitmapInjectionForm ( HaloMap Map, string Filename, ParsedBitmap ParsedBitm, int NumDDS ) : System
getBitmapLocation ( ) : int
loadDDSInfo ( string filename, ParsedBitmap pb ) : void

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.

btnInject_Click ( object sender, EventArgs e ) : void

The temp button_ click.

lbInjectionBitmap_SelectedIndexChanged ( object sender, EventArgs e ) : void

Occurse when the selected bitmap injection location is changed

Method Details

BitmapInjectionForm() public method

public BitmapInjectionForm ( HaloMap Map, string Filename, ParsedBitmap ParsedBitm, int NumDDS ) : System
Map HaloMap
Filename string
ParsedBitm HaloMap.RawData.ParsedBitmap
NumDDS int
return System

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

getBitmapLocation() public method

public getBitmapLocation ( ) : int
return int

loadDDSInfo() public method

public loadDDSInfo ( string filename, ParsedBitmap pb ) : void
filename string
pb HaloMap.RawData.ParsedBitmap
return void