Пример #1
0
 public GLBitmap(LazyBitmapBufferProvider lazyProvider)
 {
     this.width         = lazyProvider.Width;
     this.height        = lazyProvider.Height;
     this.lazyProvider  = lazyProvider;
     this.isInvertImage = lazyProvider.IsInvert;
 }
Пример #2
0
 internal GLBitmap(LazyBitmapBufferProvider lazyProvider)
 {
     this.width = lazyProvider.Width;
     this.height = lazyProvider.Height;
     this.lazyProvider = lazyProvider;
     this.isInvertImage = lazyProvider.IsInvert;
 }