C# Class entity.MapForms.BitmapInjectionForm

Inheritance: System.Windows.Forms.Form
Afficher le fichier Open project: troymac1ure/Entity Class Usage Examples

Méthodes publiques

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

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Clean up any resources being used.

Private Methods

Méthode 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 méthode

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

Dispose() protected méthode

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

getBitmapLocation() public méthode

public getBitmapLocation ( ) : int
Résultat int

loadDDSInfo() public méthode

public loadDDSInfo ( string filename, ParsedBitmap pb ) : void
filename string
pb HaloMap.RawData.ParsedBitmap
Résultat void