Property | Type | Description | |
---|---|---|---|
dbugId | int |
Method | Description | |
---|---|---|
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 |
Method | Description | |
---|---|---|
GLBitmap ( ) : System | ||
GLBitmap ( |
||
GetServerTextureId ( ) : int |
public GLBitmap ( PixelFarm bmp, bool isInvertImage ) : System | ||
bmp | PixelFarm | |
isInvertImage | bool | |
return | System |
public GLBitmap ( int w, int h, |
||
w | int | |
h | int | |
nativeImgMem | ||
return | System |
public GLBitmap ( int w, int h, byte rawBuffer, bool isInvertImage ) : System | ||
w | int | |
h | int | |
rawBuffer | byte | |
isInvertImage | bool | |
return | System |
public GLBitmap ( int textureId, int w, int h ) : System | ||
textureId | int | |
w | int | |
h | int | |
return | System |
public GLBitmap ( int w, int h, int rawIntBuffer, bool isInvertImage ) : System | ||
w | int | |
h | int | |
rawIntBuffer | int | |
isInvertImage | bool | |
return | System |