C# Class MabiPacker.PackBrowser

Inheritance: System.Windows.Forms.Form
Show file Open project: logue/MabiPack Class Usage Examples

Public Methods

Method Description
DDSDataToBMP ( byte DDSData ) : Bitmap

Converts an in-memory image in DDS format to a System.Drawing.Bitmap object for easy display in Windows forms.

PackBrowser ( string filename ) : System

Protected Methods

Method Description
Dispose ( bool disposing ) : void

使用中のリソースをすべてクリーンアップします。

ProcessCmdKey ( Message &msg, Keys keyData ) : bool

Textbox Shortcut key Enabler

Private Methods

Method Description
InitializeComponent ( ) : void

デザイナー サポートに必要なメソッドです。このメソッドの内容を コード エディターで変更しないでください。

InsertFileNode ( uint id ) : void
PackBrowser_FormClosing ( object sender, FormClosingEventArgs e ) : void
PackBrowser_Shown ( object sender, EventArgs e ) : void
PreviewById ( uint id ) : void
UnpackById ( uint id ) : void
UnpackByName ( string name ) : void
m_Tree_NodeMouseDoubleClick ( object sender, TreeNodeMouseClickEventArgs e ) : void
pPlay_Click ( object sender, EventArgs e ) : void
tbExport_Click ( object sender, EventArgs e ) : void
tbUnpack_Click ( object sender, EventArgs e ) : void

Method Details

DDSDataToBMP() public static method

Converts an in-memory image in DDS format to a System.Drawing.Bitmap object for easy display in Windows forms.
public static DDSDataToBMP ( byte DDSData ) : Bitmap
DDSData byte Byte array containing DDS image data
return System.Drawing.Bitmap

Dispose() protected method

使用中のリソースをすべてクリーンアップします。
protected Dispose ( bool disposing ) : void
disposing bool マネージ リソースが破棄される場合 true、破棄されない場合は false です。
return void

PackBrowser() public method

public PackBrowser ( string filename ) : System
filename string
return System

ProcessCmdKey() protected method

Textbox Shortcut key Enabler
protected ProcessCmdKey ( Message &msg, Keys keyData ) : bool
msg Message
keyData Keys
return bool