C# 클래스 OpenMinecraft.Rendering3D.Texture

파일 보기 프로젝트 열기: N3X15/MineEdit 1 사용 예제들

공개 메소드들

메소드 설명
Load ( string path ) : Texture
Resize ( Bitmap b, int blockSize, int level ) : Bitmap

비공개 메소드들

메소드 설명
Texture ( ) : System

메소드 상세

Load() 공개 정적인 메소드

public static Load ( string path ) : Texture
path string
리턴 Texture

Resize() 공개 정적인 메소드

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