Свойство | Тип | Описание | |
---|---|---|---|
dbugId | int |
Метод | Описание | |
---|---|---|
Dispose ( ) : void | ||
GLBitmap ( PixelFarm bmp, bool isInvertImage ) : System | ||
GLBitmap ( int w, int h, |
||
GLBitmap ( int w, int h, byte rawBuffer, bool isInvertImage ) : System | ||
GLBitmap ( int textureId, int w, int h ) : System | ||
GLBitmap ( int w, int h, int rawIntBuffer, bool isInvertImage ) : System |
Метод | Описание | |
---|---|---|
GLBitmap ( ) : System | ||
GLBitmap ( |
||
GetServerTextureId ( ) : int |
public GLBitmap ( PixelFarm bmp, bool isInvertImage ) : System | ||
bmp | PixelFarm | |
isInvertImage | bool | |
Результат | System |
public GLBitmap ( int w, int h, |
||
w | int | |
h | int | |
nativeImgMem | ||
Результат | System |
public GLBitmap ( int w, int h, byte rawBuffer, bool isInvertImage ) : System | ||
w | int | |
h | int | |
rawBuffer | byte | |
isInvertImage | bool | |
Результат | System |
public GLBitmap ( int textureId, int w, int h ) : System | ||
textureId | int | |
w | int | |
h | int | |
Результат | System |
public GLBitmap ( int w, int h, int rawIntBuffer, bool isInvertImage ) : System | ||
w | int | |
h | int | |
rawIntBuffer | int | |
isInvertImage | bool | |
Результат | System |