C# Class Gibbed.RED.ResourceEdit.TextureViewer

Afficher le fichier Open project: yole/Gibbed.RED Class Usage Examples

Méthodes publiques

Свойство Type Description
Texture FileFormats.Game.CBitmapTexture

Méthodes publiques

Méthode Description
LoadResource ( FileFormats texture ) : void
TextureViewer ( ) : System

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.

MakeBitmapFromAlphaGrayscale ( uint width, uint height, byte input, bool keepAlpha ) : Bitmap
MakeBitmapFromGrayscale ( uint width, uint height, byte input ) : Bitmap
MakeBitmapFromTrueColor ( uint width, uint height, byte input, bool keepAlpha ) : Bitmap
OnSaveToFile ( object sender, EventArgs e ) : void
OnShowAlpha ( object sender, EventArgs e ) : void
OnZoom ( object sender, EventArgs e ) : void
UpdatePreview ( bool first ) : void

Method Details

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

LoadResource() public méthode

public LoadResource ( FileFormats texture ) : void
texture FileFormats
Résultat void

TextureViewer() public méthode

public TextureViewer ( ) : System
Résultat System

Property Details

Texture public_oe property

public FileFormats.Game.CBitmapTexture Texture
Résultat FileFormats.Game.CBitmapTexture