Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
OpenMinecraft
Rendering3D
Texture
C# Class OpenMinecraft.Rendering3D.Texture
Exibir arquivo
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