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

GLBitmap() public method

public GLBitmap ( int textureId, int w, int h ) : System
textureId int
w int
h int
return System
        public GLBitmap(int textureId, int w, int h)
        {
            this.textureId = textureId;
            this.width = w;
            this.height = h;
        }
        public bool IsBigEndianPixel { get; set; }

Same methods

GLBitmap::GLBitmap ( ) : System
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 w, int h, int rawIntBuffer, bool isInvertImage ) : System