C# Class PixelFarm.DrawingGL.GLBitmap

Inheritance: PixelFarm.Drawing.Image
Afficher le fichier Open project: prepare/HTML-Renderer Class Usage Examples

Méthodes publiques

Свойство Type Description
dbugId int

Méthodes publiques

Méthode Description
Dispose ( ) : void
GLBitmap ( PixelFarm bmp, bool isInvertImage ) : System
GLBitmap ( int w, int h, IntPtr nativeImgMem ) : System
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

Private Methods

Méthode Description
GLBitmap ( ) : System
GLBitmap ( LazyBitmapBufferProvider lazyProvider ) : System
GetServerTextureId ( ) : int

Method Details

Dispose() public méthode

public Dispose ( ) : void
Résultat void

GLBitmap() public méthode

public GLBitmap ( PixelFarm bmp, bool isInvertImage ) : System
bmp PixelFarm
isInvertImage bool
Résultat System

GLBitmap() public méthode

public GLBitmap ( int w, int h, IntPtr nativeImgMem ) : System
w int
h int
nativeImgMem System.IntPtr
Résultat System

GLBitmap() public méthode

public GLBitmap ( int w, int h, byte rawBuffer, bool isInvertImage ) : System
w int
h int
rawBuffer byte
isInvertImage bool
Résultat System

GLBitmap() public méthode

public GLBitmap ( int textureId, int w, int h ) : System
textureId int
w int
h int
Résultat System

GLBitmap() public méthode

public GLBitmap ( int w, int h, int rawIntBuffer, bool isInvertImage ) : System
w int
h int
rawIntBuffer int
isInvertImage bool
Résultat System

Property Details

dbugId public_oe property

public int dbugId
Résultat int