C# Class OpenMinecraft.Rendering3D.Texture

显示文件 Open project: N3X15/MineEdit Class Usage Examples

Public Methods

Method Description
Load ( string path ) : Texture
Resize ( Bitmap b, int blockSize, int level ) : Bitmap

Private Methods

Method Description
Texture ( ) : System

Method Details

Load() public static method

public static Load ( string path ) : Texture
path string
return Texture

Resize() public static method

public static Resize ( Bitmap b, int blockSize, int level ) : Bitmap
b System.Drawing.Bitmap
blockSize int
level int
return System.Drawing.Bitmap