public GLBitmap(LazyBitmapBufferProvider lazyProvider) { this.width = lazyProvider.Width; this.height = lazyProvider.Height; this.lazyProvider = lazyProvider; this.isInvertImage = lazyProvider.IsInvert; }
internal GLBitmap(LazyBitmapBufferProvider lazyProvider) { this.width = lazyProvider.Width; this.height = lazyProvider.Height; this.lazyProvider = lazyProvider; this.isInvertImage = lazyProvider.IsInvert; }