C# Class GUI.Forms.Texture

Exibir arquivo Open project: SteamDatabase/ValveResourceFormat Class Usage Examples

Public Methods

Method Description
SetImage ( Bitmap image, string name, int w, int h ) : void
Texture ( ) : System.Drawing

Private Methods

Method Description
contextMenuStrip1_ItemClicked ( object sender, ToolStripItemClickedEventArgs e ) : void

Method Details

SetImage() public method

public SetImage ( Bitmap image, string name, int w, int h ) : void
image Bitmap
name string
w int
h int
return void

Texture() public method

public Texture ( ) : System.Drawing
return System.Drawing