internal FTBitmap(BitmapRec bmpInt, Library library) { this.rec = bmpInt; this.library = library; }
internal FTBitmap(BitmapRec bmpInt) : this(bmpInt, null) { }
internal FTBitmap(IntPtr reference, BitmapRec bmpInt, Library library) { this.reference = reference; this.rec = bmpInt; this.library = library; }