PixelFarm.DrawingGL.GLBitmap.GLBitmap C# (CSharp) Method

GLBitmap() static private method

static private GLBitmap ( ) : System
return System
        static GLBitmap()
        {
            isLittleEndian = BitConverter.IsLittleEndian;
        }
        public GLBitmap(int w, int h, byte[] rawBuffer, bool isInvertImage)

Same methods

GLBitmap::GLBitmap ( LazyBitmapBufferProvider lazyProvider ) : System
GLBitmap::GLBitmap ( PixelFarm bmp, bool isInvertImage ) : System
GLBitmap::GLBitmap ( int w, int h, IntPtr nativeImgMem ) : System
GLBitmap::GLBitmap ( int w, int h, byte rawBuffer, bool isInvertImage ) : System
GLBitmap::GLBitmap ( int textureId, int w, int h ) : System
GLBitmap::GLBitmap ( int w, int h, int rawIntBuffer, bool isInvertImage ) : System