C# Class CrystalMpq.Explorer.BaseViewers.BLPViewer

Inheritance: CrystalMpq.Explorer.Extensibility.FileViewer
Afficher le fichier Open project: sgraf812/crystalmpq

Méthodes publiques

Méthode Description
ApplySettings ( ) : void
BLPViewer ( IHost host ) : System

Méthodes protégées

Méthode Description
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

OnFileChanged ( ) : void

Private Methods

Méthode Description
InitializeComponent ( ) : void

Méthode requise pour la prise en charge du concepteur - ne modifiez pas le contenu de cette méthode avec l'éditeur de code.

ShowStatusInformation ( bool show ) : void
SurfaceToBitmap ( Surface surface ) : Bitmap
SwapRedAndBlueChannels ( Bitmap bitmap ) : void

Swaps red and blue channels of a bitmap. This function is useful to recover colors from JPEG mip maps stored in BLP1 images.

UpdateStatusInformation ( ) : void
exportToolStripMenuItem_Click ( object sender, EventArgs e ) : void

Method Details

ApplySettings() public méthode

public ApplySettings ( ) : void
Résultat void

BLPViewer() public méthode

public BLPViewer ( IHost host ) : System
host IHost
Résultat System

Dispose() protected méthode

Nettoyage des ressources utilisées.
protected Dispose ( bool disposing ) : void
disposing bool true si les ressources managées doivent être supprimées ; sinon, false.
Résultat void

OnFileChanged() protected méthode

protected OnFileChanged ( ) : void
Résultat void