C# Class OpenMinecraft.Rendering3D.Texture

Afficher le fichier Open project: N3X15/MineEdit Class Usage Examples

Méthodes publiques

Méthode Description
Load ( string path ) : Texture
Resize ( Bitmap b, int blockSize, int level ) : Bitmap

Private Methods

Méthode Description
Texture ( ) : System

Method Details

Load() public static méthode

public static Load ( string path ) : Texture
path string
Résultat Texture

Resize() public static méthode

public static Resize ( Bitmap b, int blockSize, int level ) : Bitmap
b System.Drawing.Bitmap
blockSize int
level int
Résultat System.Drawing.Bitmap