C# 클래스 CrystalMpq.Explorer.BaseViewers.BLPViewer

상속: CrystalMpq.Explorer.Extensibility.FileViewer
파일 보기 프로젝트 열기: sgraf812/crystalmpq

공개 메소드들

메소드 설명
ApplySettings ( ) : void
BLPViewer ( IHost host ) : System

보호된 메소드들

메소드 설명
Dispose ( bool disposing ) : void

Nettoyage des ressources utilisées.

OnFileChanged ( ) : void

비공개 메소드들

메소드 설명
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

메소드 상세

ApplySettings() 공개 메소드

public ApplySettings ( ) : void
리턴 void

BLPViewer() 공개 메소드

public BLPViewer ( IHost host ) : System
host IHost
리턴 System

Dispose() 보호된 메소드

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

OnFileChanged() 보호된 메소드

protected OnFileChanged ( ) : void
리턴 void