C# Class PixelFarm.DrawingGL.GLBitmap

Inheritance: PixelFarm.Drawing.Image
Show file Open project: prepare/HTML-Renderer Class Usage Examples

Public Properties

Property Type Description
dbugId int

Public Methods

Method 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

Method Description
GLBitmap ( ) : System
GLBitmap ( LazyBitmapBufferProvider lazyProvider ) : System
GetServerTextureId ( ) : int

Method Details

Dispose() public method

public Dispose ( ) : void
return void

GLBitmap() public method

public GLBitmap ( PixelFarm bmp, bool isInvertImage ) : System
bmp PixelFarm
isInvertImage bool
return System

GLBitmap() public method

public GLBitmap ( int w, int h, IntPtr nativeImgMem ) : System
w int
h int
nativeImgMem System.IntPtr
return System

GLBitmap() public method

public GLBitmap ( int w, int h, byte rawBuffer, bool isInvertImage ) : System
w int
h int
rawBuffer byte
isInvertImage bool
return System

GLBitmap() public method

public GLBitmap ( int textureId, int w, int h ) : System
textureId int
w int
h int
return System

GLBitmap() public method

public GLBitmap ( int w, int h, int rawIntBuffer, bool isInvertImage ) : System
w int
h int
rawIntBuffer int
isInvertImage bool
return System

Property Details

dbugId public property

public int dbugId
return int